CLI: Other Commands
There are other commands that may be helpful.
To measure TCPTransmission Control Protocol/UDPUser Datagram Protocol bandwidth:
iperf [-s|-c host]
This command requires 2 Exinda appliances. One needs to be run as an iperf server; see the -s
option. The other needs to be run as an iperf client, which connects to the iperf server; see the -c
option.
To send ICMPInternet Control Message Protocol 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>