Measure RTT in JAVA

Asked

Viewed 86 times

1

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

I intend to create a proxy server that will redirect the request of a client to one of the other two servers, and one of the metrics for choosing the server 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.