What is meant by Net IO time in JProfiler?
JProfilerguide says following but I dont know what exactly it means? Is the time spent on network or waiting on network? What to fix if the net io time is huge?
During network operations, many calls in the Java standard libraries can block because they're waiting for more data. This kind of blocking is called "Net I/O" in JProfiler. JProfiler knows the list of methods in the JRE that lead to blocked net I/O and instruments them at load time.