I'm looking for a way to test the bandwidth throughput of a c3.8xlarge instance.
I have two c3.8xlarge instances set up, so I imagine I could use the other to simulate the traffic.
What's the easiest way to go about it?
I'm looking for a way to test the bandwidth throughput of a c3.8xlarge instance.
I have two c3.8xlarge instances set up, so I imagine I could use the other to simulate the traffic.
What's the easiest way to go about it?
few options..
ttcp is pretty simple. on one machine do nuttcp -S
and on the other do nuttcp -v -v -i10 otherhostname
-i is the interval to print results