intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

can somebody explain how I can run multiple drivers on the same node? #391

Open yxiang92128 opened 5 years ago

yxiang92128 commented 5 years ago

I can specify multiple drivers entries in the controller.conf using different port number. But what needs to be done on the driver node side? how do I start them up and be discovered by the controller?

Thanks,

Yang

Allenscript commented 5 years ago

you should edit start-all.sh
write what driver's number you want after start-driver.sh line

good luck

acoooder commented 5 years ago

reference from ,version: cosbench-0.4.2.c4 : Launch drivers with script start-driver.sh sh start-driver.sh n ip base-port o First parameter means the number of drivers, second is drivers’ip, last one is base-port for listen. You can choose any of them if want. sh start-driver.sh o By default, COSBench start one driver on 127.0.0.1 and listens on port 18088