Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throughput summary consider should also consider TCP header, not only UDP header #18

Open
GoogleCodeExporter opened this issue Apr 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

imported from: http://argus-bg.dnsalias.org/issues/691

Original comment by [email protected] on 4 Apr 2011 at 7:12

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 8 Apr 2011 at 1:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant