04 Apr 2019 02:22 PM - last edited on 24 Aug 2021 02:37 PM by Karolina_Linda
Hi,
We encountered problem with our application. During investigation we've seen long "Network IO" time.
What this time exactly means?
Thanks
Solved! Go to Solution.
04 Apr 2019 02:53 PM
Network Input/Output is essentially just time attributed to sending data between monitored processes. If it's a slow network, there's large data transfers, or it's very talkative that can be high. I'd look at some individual PurePaths to see exactly where all of that time is spent.
05 Apr 2019 08:16 PM
Also keep in mind that the network i/o split comes from calls to specific packages/classes/methods like for example calls in the java.net/java.nio
06 Apr 2019 05:45 PM
Hi all,
Just want to double-confirm my hypothesis:
Can I say that the 'network-IO-time' in Dynatrace is the same/analogous to 'IO-time' in AppMon?