thetumbled opened a new issue, #17885: URL: https://github.com/apache/pulsar/issues/17885
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.11 ### Minimal reproduce step org.apache.pulsar.broker.loadbalance.LinuxInfoUtils#getTotalNicLimit  speed value read in ```/sys/class/net/<iface>/speed``` is Mbits, not bit. https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net ``` What: /sys/class/net/<iface>/speed Date: October 2009 KernelVersion: 2.6.33 Contact: [email protected] Description: Indicates the interface latest or current speed value. Value is an integer representing the link speed in **Mbits/sec.** Note: this attribute is only valid for interfaces that implement the ethtool get_link_ksettings method (mostly Ethernet). ``` ### What did you expect to see? , ### What did you see instead? , ### Anything else? , ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
