This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
dbstress-1.0.0
First stable dbstress release.
Changes since beta2:
- Java 8 is now required
- If a database connection cannot be initialised, the application terminates and does not proceed to the query execution phase
query-timeout
YAML field and--max-db-threads
command line option have been removed- JSON exporter has been removed
- CSV now contains connection initialisation results
- Verbose logging can be turned on with
--verbose
or-v
- Console output is much more concise
- Distribution size has been greatly reduced
- Bugfixes and small improvements