smartcat-labs / berserker

Berserker is load generator with pluggable input source and configurable output.
Apache License 2.0
52 stars 8 forks source link

Improve output of the runner #28

Closed milannister closed 7 years ago

milannister commented 7 years ago

Once load generator is started from the command line the output of the program stops with:

11:17:49.116 [main] INFO io.smartcat.berserker.LoadGenerator - Load generator started.

The output should be more informative. For example it can report on every 1k of rows created.

Take a look at cassandra-stress tool for inspiration.