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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to