I\'m using a Java socket, connected to a server. If I send a HEADER http request, how can I measure the response time from the server? Must I use a provided java timer, or is t
curl -s -w "%{time_total}\n" -o /dev/null http://server:3000