-
Notifications
You must be signed in to change notification settings - Fork 290
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
A simple math in the reported number, the MsgRate and #iterations don't match #273
Comments
can you please share the full cmd's you used? |
|
I reran 4 times with different msg size: 8, 64, 512 and 65536, commands for msg-size:8 are:
All logs are
All iterations are half of the MsgRate. This is uni-directional workload. ----- UPDATE I will try to saturate the Processing Unit to see if it makes any difference. I'm now curious whether this is just a coincidence that the measured time by cycles is just half of the duration when unsaturated. |
I ran write_bw for 60s with a small message size 8bytes, and got statistics as below
According to the #iterations, we can do a simple math to get a MsgRate: 224958464/60/1000/1000=3.749M packet per second. It's just half of
7.498617
. Can anyone tell me why I'm wrong?The text was updated successfully, but these errors were encountered: