简体   繁体   中英

Java Mission Control - which methods are spending time on socket I/O?

I can see the CPU time spent on various methods and I can see the time spent on socket I/O. I see that the application is bottlenecked on Socket Reads.

But where can I see WHICH methods are doing all of that I/O?

For JMC 5.x, there are stacktraces for the Socket events in I/O -> Socket Read -> Socket Read Trace Tree. For JMC 6/7, the stacktraces are shown in the stacktrace view when you go to the Socket I/O page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM