获取iPhone网络流量信息的API
现在我想获取iPhone上的一些网络流量信息,例如每秒的实时字节数等,那么有没有API可以做这样的事情,任何建议都值得赞赏。
now i want to get some network traffic info on iphone, like realtime bytes in per second and so on, so does there any api can do such thing, any suggestion is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也在探索这个领域。似乎人们可以(至少)利用 NSURLConnectionDelegate 机制来推断应用程序随时间感知的吞吐量。如果有更干净的东西就好了...
I am exploring this area as well. It seems like one could (at least) leverage the NSURLConnectionDelegate mechanisms to infer application-perceived throughput over time. It would be nice if there were something cleaner...