Measure RTT in JAVA

1

Is there a way to measure latency between a client and a server in JAVA?

I intend to create a proxy server that will redirect a client's request to one of the other two servers, and one of the metrics for server choice will also be based on the latency between the servers and the proxy. And I would like to put the code to measure the RTT directly in my application.

    
asked by anonymous 07.06.2016 / 21:32

0 answers