tcpmeter - a tool for measuring TCP upload and download speeds and RTT latency.
go build
-
start the server on the remote machine:
tcpmeter -s -r $(hostname):8001
-
start the client on the local machine:
tcpmeter -c
then navigate to
http://localhost:8080
using an HTML5 browser to interact with the client.
godoc
MIT license (see LICENSE file).