23 Feb 2018 09:41 AM - last edited on 28 Sep 2022 11:16 AM by MaciejNeumann
Hi All,
Does anyone has the list of commands executed by dynatrace One Agent to collect the OS level and Network level metrics from the host ?
Thank You
Solved! Go to Solution.
23 Feb 2018 12:04 PM
One Agent does not execute external commands in order to collect OS and Network level metrics. For OS level metrics, they are read directly from /proc (Linux) or from WinAPI calls (Windows). Network metrics are calculated from the traffic capture performed by Network Agent.
27 Feb 2018 08:03 AM - last edited on 16 Oct 2023 04:07 PM by random_user
Hi Lukasz,
Thanks for your response! So it's the same commands specified in the below link
When you say the Network metrics are calculated from the traffic capture, Can we understand that its sniffing every TCP packet that is passing through the server to get the information ?. Please help to clarify.
Regards
Sakthi
27 Feb 2018 12:37 PM
The linked page is for AppMon, which uses different code base. On a conceptual level we do it similarly, but there are differences.