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.