-
Notifications
You must be signed in to change notification settings - Fork 119
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
ping-pong on Arm seems does not respect --mps parameter #155
Comments
You show different values. |
Hi, Without specifiying --mps:Command: With --mps=10000Command: How come almost same amount of messages are sent/recieved on both cases above (same setup, same period of time)? Thanks, --Ghanim |
Hi,
Setup
Amazon Linux 2 (based on RHEL) on AWS with kernel (4.14.248-189.473.amzn2.aarch64).
Arm64 (64 CPUs)
sockperf, version 3.7-11.gita57ffb579002
Test
Ping-Pong Lantecy with TCP
Server: ./sockperf server --ip x.y.z.w --tcp --port 5001 --msg-size 400
Without specifiying --mps:
./sockperf ping-pong --ip x.y.z.w. --tcp --port 5001 --time 30 --msg-size 400 --range 100 --full-rtt
I got:
sockperf: [Valid Duration] RunTime=30.000 sec; SentMessages=962683; ReceivedMessages=962683
With --mps 90000
./sockperf ping-pong --ip x.y.z.w. --tcp --port 5001 --time 30 --msg-size 400 --range 100 --full-rtt --mps 90000
I got:
sockperf: [Total Run] RunTime=30.000 sec; Warm up time=400 msec; SentMessages=1005098; ReceivedMessages=1005097
So seem --mps didn't affect anything.
The text was updated successfully, but these errors were encountered: