./gradlew clean build
*This project needs enabled annotation processor cause of lombok dependency
Run ./tools/test_cli
and check for the available commands
./tools/load/loader.sh pre_load
for client loading and simple instructions.
It start loader, e.g.:./tools/test_cli load 100 10s
- 100 connections during 10s
Source code.
At first you need create environment by running ./tools/test_cli env
,
Then fill mongo ./tools/test_cli mongo_fill
##execution example
./tools/test_cli env_start
./tools/test_cli mongo_fill
./tools/load/loader.sh pre_load
- run
./tools/test_cli clean_boot
./tools/test_cli load 100 10s
History evolution :
- step0 or sync
- step1 or async_servlet
- step2 or mono_first_try
- step3 or schedulers
- step4 or async_client
- step5 or reactive_mongo
- step6