Network Tools

Probing Host

netstat -untap
$ whowatch			# interactive  user and process monitoring tool
$ ss -ltpn			# socket status

perf host/host

also

iperf

You need to install iperf on both ends of the link you want to test, which in these examples are Studio and Uberpc. Then start iperf in server mode on one host, and run it in client mode on the other host. Note that on the client, you must name the server. This is the simplest way to run a test:

carla@studio:~$ iperf -s
terry@uberpc:~$ iperf -c studio

Misc

Written on July 2, 2017, Last update on March 29, 2023
linux network benchmarking