The cbworkloadgen is a basic tool that can be used to check the availability and connectivity of a Couchbase Server cluster. The tool executes a number of different operations to provide basic testing functionality for your server.
cbworkloadgen provides basic testing functionality. It does not provide performance or workload testing.
To test a Couchbase Server installation using cbworkloadgen, execute the command supplying the IP address of the running node:
shell> /opt/couchbase/bin/cbworkloadgen -n localhost:8091 Thread 0 - average set time : 0.0257480939229 seconds , min : 0.00325512886047 seconds , max : 0.0705931186676 seconds , operation timeou\ ts 0
The progress and activity of the tool can also be monitored within the web console.
For a longer test you can increase the number of iterations:
shell> /opt/couchbase/bin/cbworkloadgen -n localhost:8091 --items=100000