Hi all, Do you know of a traffic generator which generates any arbitrary throughput ?? E.g. 5Mbps, 10Mbps, 50Mbps, 100Mbps,.... Not only that, it should be possible to have concurrent connections; meaning to have 5, 10, 15, 30 Mbps from 1 machine to another. I need this to test my tc testbed. THanks and regards.
On Fri, Mar 16, 2001 at 06:18:33AM +0800, Rick Goh wrote:> Hi all, > Do you know of a traffic generator which generates any arbitrary throughput > ?? > E.g. 5Mbps, 10Mbps, 50Mbps, 100Mbps,.... > > Not only that, it should be possible to have concurrent connections; meaning > to have 5, 10, 15, 30 Mbps from 1 machine to another. > > I need this to test my tc testbed. > > THanks and regards. >If nothing else, you could use another machine that is set to only output at the speed you wanted, you''d keep a simple config of course. Then you could use normal tools to make a connection. Mike
Hi list, I''m trying to limit the bandwidth for individual ip''s on a network and I can''t seem to get it to work... I thought that maybe doing this as the final line may make it work: tc filter add dev eth1 parent 10:0 protocol ip prio 100 u32 match ip dst 192.168.1.2/32 flowid 10:100 tc filter add dev eth1 parent 10:0 protocol ip prio 100 u32 match ip dst 192.168.1.3/32 flowid 10:100 ... etc but its not, what it is doing is limiting the entire 192.168.1.x subnet with the rate that I set... Is there anything that specifically needs to be added for it to limit to the individual IP''s I set? - Scott -- ------------------------------------------------------------ Scott Smith Systems Support SE Network Access Pty Ltd 222 Grote Street Adelaide SA 5000 Tel:08 8221 5221 Fax:08 8221 5220 Support:08 8221 5792 scott.smith@senet.com.au http://www.senet.com.au