@@ -6,7 +6,7 @@ export DB_NAME=sbtest
66# database username on DB_NAME
77# Use USERNAME=none
88# to login to mongodb without using credentials.
9- export USERNAME=myuser
9+ export USERNAME=
1010
1111# database password to use for USERNAME
1212export PASSWORD=mypass
@@ -15,10 +15,10 @@ export PASSWORD=mypass
1515export AUTHDB=admin
1616
1717# name of the server to connect to
18- export MONGO_SERVER=localhost
18+ export MONGO_SERVER=10.101.72.137
1919
2020# port of the server to connect to
21- export MONGO_PORT=27017
21+ export MONGO_PORT=9778
2222
2323# Use "yes" to load the collections
2424DOLOAD=yes
@@ -40,7 +40,7 @@ export MONGO_BASEMENT=65536
4040
4141# number of collections to create for the benchmark
4242# valid values : integer > 0
43- export NUM_COLLECTIONS=16
43+ export NUM_COLLECTIONS=64
4444
4545# number of documents to maintain per collection
4646# valid values : integer > 0
@@ -52,7 +52,7 @@ export NUM_DOCUMENTS_PER_INSERT=1000
5252
5353# total number of simultaneous insertion threads (for loader)
5454# valid values : integer > 0
55- export NUM_LOADER_THREADS=8
55+ export NUM_LOADER_THREADS=64
5656
5757# total number of simultaneous benchmark threads
5858# valid values : integer > 0
@@ -119,4 +119,4 @@ export SYSBENCH_NON_INDEX_UPDATES=1
119119
120120# number of delete/insert operations per sysbench "transaction"
121121# valid values : integer >= 0
122- export SYSBENCH_INSERTS=1
122+ export SYSBENCH_INSERTS=0
0 commit comments