[netperf-talk] netperf4 config file example

Jose Luu jose.luu at free.fr
Sat May 30 06:31:55 PDT 2009


Yes, I have been doing it the same way so far, below are my script and results:

The results are not stable, I think there are difficulties synchronizing all the clients which is why I would like to try netperf4. I must mention that I have had success with uperf which does the same thing, but it does not compile on solaris (!).

I will publish the config file generating script if I succeed with netperf4.

Best regards
Jose


for (( N=10;N<=200;N=N+10 )) ; do echo -n "N=$N pkts=" 1>&2; for (( i = 150; i<(150+$N); i++)) ; do if [[ $i -ne 171 && $i -ne 288 && $i -ne 319 ]]; then ssh -x -o ConnectTimeout=1 -o BatchMode=yes -o StrictHostKeyChecking=no ${client_machine}-$i 'N=16;for (( i = 0; i<$N; i++)) ; do ./netperf -a 8192 -A 8192 -t TCP_RR -H ${server_machine} -l 1 -P 0 -- -D -s 8192 -S 8192 -r 24 & done' & fi; done | awk 'BEGIN{n=0;}/^[^\[]/{n=n+$6;}END{print n;}';done
N=10 pkts=10663.8
N=20 pkts=21966.1
N=30 pkts=23332.9
N=40 pkts=22027
N=50 pkts=25484.4
N=60 pkts=32674.4
N=70 pkts=33026
N=80 pkts=34105
N=90 pkts=51963.3
N=100 pkts=90504.5
N=110 pkts=109304
N=120 pkts=103770
N=130 pkts=111341
N=140 pkts=61200.5
N=150 pkts=80494.8
N=160 pkts=126402
N=170 pkts=93467.4
N=180 pkts=94576.4
N=190 pkts=133975
N=200 pkts=110108

  ----- Original Message ----- 
  From: Coyne, Kate 
  To: Jose Luu ; netperf-talk at netperf.org 
  Sent: Friday, 29 May, 2009 20:44
  Subject: RE: [netperf-talk] netperf4 config file example


  Jose,
   When I want to run a bunch of netperf/RR tests to one Server run to linux systems and use ssh:

   one bat file with ssh: ssh perf@%1 './netperf -p 7000 -H %2 -l 200 -t TCP_RR'    where perf is the user name(you have to do some setup on each and login as the same username). 

  Then I create a larger one(bat file) with the amount I want to run:

  start  netperfRR.bat perfc8 192.168.7.2

  start  netperfRR.bat perfc8 192.168.4.4

  start  netperfRR.bat perfc8 192.168.3.2

  start  netperfRR.bat perfc8 192.168.7.2

  This can be done more efficiently with DNS..among other things but not bad once you have the setup done for ssh.
  Cheers,
  kate

   

   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.netperf.org/pipermail/netperf-talk/attachments/20090530/ac1a9873/attachment.htm 


More information about the netperf-talk mailing list