zxp opened a new issue, #1775:
URL: https://github.com/apache/hertzbeat/issues/1775

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   currently in app-*_switch.yml defined interface speed is `- speed=ifSpeed / 
1024 / 1024`, where ifSpeed unit is bit/sec, when convert to MB/s should first 
devide by 8. 
   
   ### Expected Behavior
   
   `- speed=ifSpeed / 8 / 1024 / 1024`
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment
   
   ```markdown
   HertzBeat version(s): v1.5.0
   ```
   
   
   ### Debug logs
   
   _No response_
   
   ### Anything else?
   
   _No response_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to