You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/11/28 16:20:00 UTC

[GitHub] [rocketmq] areyouok opened a new pull request #1628: Optimise tx benchmark producer

areyouok opened a new pull request #1628: Optimise tx benchmark producer
URL: https://github.com/apache/rocketmq/pull/1628
 
 
   ```
   usage: TransactionProducer [-b <arg>] [-cr <arg>] [-cu <arg>] [-h] [-i <arg>] [-n <arg>] [-s <arg>] [-sr
          <arg>] [-su <arg>] [-t <arg>] [-w <arg>]
    -b,--test batch id <arg>          test batch id, Default: System.currentMillis()
    -cr,--check rollback rate <arg>   Check rollback rate, Default: 0.0
    -cu,--check unknown rate <arg>    Check unknown rate, Default: 0.0
    -h,--help                         Print help
    -i,--send interval <arg>          sleep interval in millis between messages, Default: 0
    -n,--namesrvAddr <arg>            Name server address list, eg: 192.168.0.1:9876;192.168.0.2:9876
    -s,--messageSize <arg>            Message Size, Default: 2048
    -sr,--send rollback rate <arg>    Send rollback rate, Default: 0.0
    -su,--send unknown rate <arg>     Send unknown rate, Default: 0.0
    -t,--topic <arg>                  Topic name, Default: BenchmarkTest
    -w,--threadCount <arg>            Thread count, Default: 32
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services