pepper-box icon indicating copy to clipboard operation
pepper-box copied to clipboard

FR - Add "--num-messages" option on PepperBoxLoadGenerator

Open yiskaneto opened this issue 4 years ago • 0 comments

Hello,

This is a feature request to have the option to specify the number of messages to send on the PepperBoxLoadGenerator. For example: java -cp pepper-box-1.0.jar com.gslab.pepper.PepperBoxLoadGenerator --schema-file schema_file --producer-config-file producer.properties --throughput-per-producer 60000 --num-messages 6000000 --num-producers 1

In this case the "test-duration" option shouldn't be require as the goal is the number of messages and not the time.

yiskaneto avatar Jul 31 '20 20:07 yiskaneto