sysbench-mongodb
sysbench-mongodb copied to clipboard
Sysbench benchmark for MongoDB and Amazon DocumentDB
Hi guyz, Below is the isue while running also i have import the below things before executing the run. export PATH=/mongo/build/install/bin:$PATH and export PATH=/opt/python2/bin:$PATH export LD_LIBRARY_PATH=/opt/python2/lib:$LD_LIBRARY_PATH Error while executing :...
Hello, I am using mongo 4.0.9, centos 7.7. I am getting this exception after the tools runs for a 5 minutes or so. ``` Exception in thread "Thread-22" com.mongodb.CommandFailureException: {...
Hello team, 1. This is my config.bash. I have set it run for 1 min. But it runs more than that. Can you please let me know if I have...
clientOptions doesn't apply on MongoClient, so WRITE_CONCERN config cannot take effect.
@tmcallaghan @benmccann How to set think think of repicaSet server to use this sysbench? ./mongo mongodb://admin:[email protected]:27017,x.xx.xxx.201:27017,9.xx.xxx.202:27017/?replicaSet=test1
Added in a different module just to add more modifications in the future.
reduces complexity and provides nice things like latency histograms and windowed average throughput
- similar to iiBench implementation