Skip to content

v3.5 CLI

Andrey Kurilov edited this page Nov 4, 2017 · 5 revisions

GNU style command line arguments are used:

java -jar mongoose-3.5.1/mongoose.jar \
    --read \
    --item-input-file=items.csv \
    --load-limit-concurrency=10 \
    --storage-auth-uid=user1 \
    --storage-auth-secret=ChangeIt \
    --storage-net-node-addrs=10.20.30.40,10.20.30.41

To find all available CLI options please refer to Configuration section. For example the configuration option item-data-size corresponds to the CLI argument --item-data-size.

Clone this wiki locally