Hi All,

I have an issue with TCPReplay. I increment my PPS every N seconds. But the traffic is being transmitted in weird way. 

I expect it to be linearly  but as you can see in the graph, its nothing like that.  I've run multiple tests but the they all have the same characteristics. 

[code]

#!/bin/bash
for n in {1000..2000000..5000}
do
timer=30
max=$(( $n * $timer ))

tcpreplay -p $n -l 9999 -L $max -q -i eth0 total.pcap >> results4.txt &

   my_PID=$!
   sleep $timer
   kill -15 $my_PID
done

[/code]


Is there anyone who has an idea why and how this happens?

kind regards,

Rawi Ramdhan

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Tcpreplay-users mailing list
Tcpreplay-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support

Reply via email to