android 上是否有支持 ping、吞吐量等的现有性能测量库?

Are there existing performance measurement libraries on android that support ping, throughput and so on?

我正在开发一个 Android 应用程序,它需要了解延迟、带宽等网络性能。想知道是否已经有这样的库,可以直接配合到我的代码中,不需要自己实现

如有任何建议,我们将不胜感激。谢谢

您可以看看 Mobilyzer,它是 Android 应用程序的开源移动测量库。它支持丰富的测量集,包括 ping、tcp 吞吐量、udp 突发、dns 查找等。 Mobilyzer 有一个非常容易使用的 API。例如,您可以发出 ping 测量并在约 10 行代码内检索结果。

你可以看看他们的网页here to get more information. The source code of Mobilyzer can be found on GitHub