07 Dec 2023 01:31 PM - last edited on 20 Aug 2024 08:35 AM by Michal_Gebacki
Is there an extended network agent in Dynatrace for tracking connection information?
It would be nice to get "netstat" like information. To be clear, I am not asking for network trace functionality.
Any help would be appreciated.
Lou
Solved! Go to Solution.
07 Dec 2023 01:44 PM
Can you expand a bit on the use case? Would it be something like number of ports in listening mode?
08 Dec 2023 02:52 PM
I guess what you would see in a netstat -an where you can see incoming connections listering as well as connections and number of connections ESTABLISHED, TIME_WAIT, CLOSE_WAIT to individual external hosts.
08 Dec 2023 03:39 PM
Thanks for the details. We currently do not have something like that. It shouldn't be too hard to either write a OneAgent extension, or write a script that pipes it into the OneAgent metric ingest on a regular schedule. https://docs.dynatrace.com/docs/extend-dynatrace/extend-metrics/ingestion-methods/oneagent-metric-ap...
If you don't have the resources yourself you can also contact a Dynatrace partner or the Dynatrace services team to help you out.
08 Dec 2023 03:46 PM
Thank you. I have written custom metrics, so I will go that route.