On Fri, Mar 22, 2013 at 5:57 AM, Rawi Ramdhan <rawi_ramd...@hotmail.com>wrote:
> 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]
>
What version of tcpreplay? what does tcpreplay report in terms of packet
rates?
--
Aaron Turner
http://synfin.net/ Twitter: @synfinatic
http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix &
Windows
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin
"carpe diem quam minimum credula postero"
------------------------------------------------------------------------------
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