I'm looking for test software that can generate test streams with the TCP/IP protocol, but limit the rate of the test data. For example, if using 100Mbps Ethernet, I would like to be able to generate a 1Mbps TCP/IP stream.

Tools like Iperf/Jperf can test with UDP at a specific rate, but TCP will always attempt to maximize its throughput.

Ideally, the tool would support Windows and IPv6.

link|improve this question

54% accept rate
feedback

1 Answer

up vote 0 down vote accepted

nuttcp can limit the speed at which the transmitter sends data to the network. Check the -R option...

http://www.lcp.nrl.navy.mil/nuttcp/nuttcp.html

It´s part of pS-Performance Toolkit / BWCTL - Bandwidth Test Controller

http://psps.perfsonar.net/toolkit/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.