Skip to content
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

underscore #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</pre>
= prepare

<pre>./sysbench oltp-mongo.lua --tables=10 --threads=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 prepare</pre>
<pre>./sysbench oltp-mongo.lua --tables=10 --threads=10 --table_size=100 --mongodb_db=sbtest --mongodb_host=localhost --mongodb_port=27017 prepare</pre>

= run
<pre>./sysbench oltp-mongo.lua --tables=10 --threads=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --time=120 run</pre>
<pre>./sysbench oltp-mongo.lua --tables=10 --threads=10 --table_size=100 --mongodb_db=sbtest --mongodb_host=localhost --mongodb_port=27017 --time=120 run</pre>
<pre>

Running the test with following options:
Expand Down Expand Up @@ -60,6 +60,6 @@ Threads fairness:
The metric is number of events(queries/transactions) per second: 100774/120 ~ 840 events per second

= cleanup
<pre>./sysbench oltp-mongo.lua --tables=10 --threads=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 cleanup</pre>
<pre>./sysbench oltp-mongo.lua --tables=10 --threads=10 --table_size=100 --mongodb_db=sbtest --mongodb_host=localhost --mongodb_port=27017 cleanup</pre>