There are other commands that may be helpful.
To measure TCP/UDP bandwidth:
iperf [-s|-c host]
To send ICMP echo requests to a specified host:
ping <hostname or ip address of remote host>
To trace the route that packets take to a destination:
traceroute <hostname or ip address of remote host>
|
|