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 2022/01/27 03:36:01 UTC

[GitHub] [rocketmq] ni-ze commented on issue #3800: console dashboard 页面疑问

ni-ze commented on issue #3800:
URL: https://github.com/apache/rocketmq/issues/3800#issuecomment-1022816444


   This chart is show average tps of broker. But it does has some problem. 
   
   The result is calculated following formula
   
   ```
   brokerTps = [(10s avg tps of broker) + (1min avg tps of broker) + (10min avg tps of broker)]/3
   ```
   
   but obviously, it is not incorrect for 5min trend.
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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