smoketest #6 of cerowrt is go for testing

Rick Jones rick.jones2 at hp.com
Sat Jul 16 20:01:03 EDT 2011


> 2) netserver: small bug in xinetd - wrong directory for it, had to move it:
>
> root at OpenWrt:/etc/xinetd.d# mv ../xinet.d/netserver .
>
> (hint: I am too tired and dangers to fix this in git myself)
>
> d at cruithne:~$ netperf 172.30.42.33
> MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to
> localhost (127.0.0.1) port 0 AF_INET
> Recv   Send    Send
> Socket Socket  Message  Elapsed
> Size   Size    Size     Time     Throughput
> bytes  bytes   bytes    secs.    10^6bits/sec
>
>   87380  16384  16384    10.00    10394.62

Notice that the test banner talks about going to 127.0.0.1 rather than 
172.40.42.33 - this stems from missing the -H required in front of the 
IP address.  The command line should be:

netperf -H  172.30.42.33

happy benchmarking,

rick jones



More information about the Bloat-devel mailing list