[Click] traffic generator help

Vinod Kumar vinodkumarx at rediffmail.com
Wed Oct 5 01:28:55 EDT 2005


Hello All: 

 Despite playing with the ScheduleInfo parameters, I am not able to generate traffic using Click rated source faster than 20,000 fixed size 64 byte packets per second on 3 GHz machine with 500 MB ram.

Eddie, can anyone, please suggest how to do this to get more than 200,000 packets per second generated?

Thanks you.
Vinod


Here is simple conf file from Click provided files I am using:

udph    :: UDPIPEncap(192.168.10.10, 1234, 192.168.10.20, 1234, 1);
ethh    :: EtherEncap(0x800, 00:00:00:00:00, 00:00:00:00:01);
td      :: ToDevice(eth0);
out     :: Queue(8192) -> Counter -> td;
                                                                                                                             rs :: RatedSource(\<00000000111111112222222233333333444444445555>, 2000000, 100000000);
rs -> udph
   -> ethh
   -> Counter
   -> out;
                                                                                                                             ScheduleInfo(td 1, pd .1, rs 100);


More information about the click mailing list