-
Notifications
You must be signed in to change notification settings - Fork 29
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
About Multi threaded Benchmark Example,the test you showed is very different from our test's result #10
Comments
Hi,
|
I also have encountered this situation. |
Hi CrazyYu! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test result as follows:
except that we change the ip address from 2.2.2.3 to 10.0.0.4,there is nothing change In parameter list.
./runJBenchmarkTest.py -c -a 10.0.0.4 -i 1024 -o 0
PYTHONPATH is /usr/bin/python
LD library is: /export/home/rdma2014/JXIO/examples
Compiling JAVA files....
------ Running Client Test Application -----
running client task number 1
gathering results from tasks
processing results
average_TPS = 400084.28, average_RX_BW = 390.7073046875 MB, average_TX_BW = 0.0 MB, in_msg_size = 1024 Bytes, out_msg_size = 0 Bytes
Maybe it is because cluster server is different.
But when I sends 100MB payload requests to the server ,average_RX_BW = 11372.419921875 MB,it is obviously wrong.
Can you explain why? thank you.
The text was updated successfully, but these errors were encountered: