You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "DL1231 (via GitHub)" <gi...@apache.org> on 2023/05/24 07:21:01 UTC

[GitHub] [rocketmq] DL1231 opened a new issue, #6803: [Enhancement] Benchmark support report interval

DL1231 opened a new issue, #6803:
URL: https://github.com/apache/rocketmq/issues/6803

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature.
   
   
   ### Summary
   
   1. Add reportInterval option for benchmark script, which supports customizing the interval for printing statistical information.
   2. Optimize the 'sendTps' metric in the TransactionProducer script.
   
   ### Motivation
   
   The script can support custom intervals for printing statistical information.
   The calculation method of the sendTps metric in the TransactionProducer is unreasonable.
   
   ### Describe the Solution You'd Like
   
   1. Add reportInterval option for benchmark script.
   2. Modify the calculation of the sendTps metric in the TransactionProducer.
   
   ### Describe Alternatives You've Considered
   
   None
   
   ### Additional Context
   
   The sendTps metric in the TransactionProducer script includes both successful and failed requests, but I think it should only count successful requests. This is how it is done in the Consumer and Producer scripts as well.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] RongtongJin closed issue #6803: [Enhancement] Benchmark support report interval

Posted by "RongtongJin (via GitHub)" <gi...@apache.org>.
RongtongJin closed issue #6803: [Enhancement] Benchmark support report interval
URL: https://github.com/apache/rocketmq/issues/6803


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org