You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
(note, there are 2 problems: 1 - about msg-size recomendation, and 2 - about
truput calculation)
The following message is incorrect for TCP.
vperf: NOTE: test was performed, using msg-size=12. For getting maximum
throughput consider using --msg_size=1472
vperf: Summary: Message Rate is 456309 [msg/sec]
vperf: Summary: BandWidth is 17.407 MBps (139.254 Mbps)
please replace it with something like:
vperf: NOTE: test was performed, using msg-size=12. For getting maximum
throughput consider using --msg_size=1472 (UDP), or --msg_size=??? (TCP)
Original issue reported on code.google.com by [email protected] on 4 Apr 2011 at 6:32
The text was updated successfully, but these errors were encountered:
Avner,
What benefit do you see in this?
Such information can be seen from standard output as
...
sockperf[CLIENT] send on:
[ 0] IP = 127.0.1.1 PORT = 12345 # TCP
...
Note:
Standard output shows info about mix conection too
...
sockperf[CLIENT] send on:
[ 0] IP = 127.0.1.1 PORT = 12345 # TCP
[ 1] IP = 127.0.1.1 PORT = 12346 # UDP
...
Original issue reported on code.google.com by
[email protected]
on 4 Apr 2011 at 6:32The text was updated successfully, but these errors were encountered: