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

Send throughput not actually testable #9

Open
stringhaml opened this issue Dec 30, 2017 · 0 comments
Open

Send throughput not actually testable #9

stringhaml opened this issue Dec 30, 2017 · 0 comments

Comments

@stringhaml
Copy link

stringhaml commented Dec 30, 2017

The windows version of ntttcp has the ability for a single sender to send to multiple receivers which does not work with this version of the utility. This served to essentially eliminate the receiver sides as bottlenecks allowing the client's send throughput to be fully measured. The windows syntax looked something like this: sender "ntttcp -s -t 60 -m 8,*,192.168.0.2 8,*,192.168.0.3 -l 256k -a 2 -p 5000"; receiver 1 "ntttcp -r -t 60 -m 8,*,192.168.0.2 -a 16 -p 5000"; receiver 2 "ntttcp -r -t 60 -m 8,*,192.168.0.3 -a 16 -p 5008".

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

2 participants