以编程方式测量黑莓带宽使用情况

发布于 2024-10-11 19:19:44 字数 71 浏览 3 评论 0原文

我想在黑莓中以编程方式测量我的应用程序带宽使用情况,我不知道如何实现这一点,请向我推荐这样的测量带宽的应用程序,我将非常感谢你。

i want to measure my App bandwidth usage programmatically in Blackberry and i have no idea that how to implement this and please refer me such App which measures Bandwidth, i will be very thankful to you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹雪碎 2024-10-18 19:19:45

http://supportforums.blackberry .com/t5/BlackBerry-Storm-BlackBerry-9500/Need-bandwidth-monitoring-app/mp/110815

  • 此链接引用了一个名为 MiniMon 的程序。我通过搜索谷歌找到它:blackberry app world band tracker

http://supportforums.blackberry.com/t5/BlackBerry-Storm-BlackBerry-9500/Need-bandwidth-monitoring-app/m-p/110815

  • this link refers to a program called MiniMon. I got to it via searching google for:blackberry app world bandwidth tracker
东风软 2024-10-18 19:19:44

如果您想测量自己的应用程序的使用情况,请构建跟踪 InputStream 和 OutputStream 信息的包装器流。然后确保所有网络连接都被计数流包裹。

If you want to measure your own app's usage, build wrapper streams that track the information for both InputStream and OutputStream. Then make sure all network connections get wrapped by your counting streams.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文