Xcode Instruments:分析网络流量
我在测试我的 iPhone 应用程序时遇到问题:我想要一个有关该应用程序执行特殊操作所需的网络流量的摘要。
我尝试过使用仪器,但网络活动监视器没有流量总和(我真的需要一个总和!!!)。
那么如何从网络活动监视器中获取总和呢?
致以最诚挚的问候和感谢, 基督教
i have a problem with testing my iPhone app: i want a summary of how much network traffic the app needs for a special operation.
I have tried using instruments, but the network activity monitor has no sum of the traffic (and i really neeeeeeed a sum!!!).
So how can i get the sum out of the network activity monitor?
Best regards and thank you,
Christian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
让您的 iPhone 连接到 wifi。将一台 PC 连接到同一 LAN 中。现在使用 PC 运行 Wireshark 并监视进出 iPhone 的流量。您有确切的数据包数量及其大小。
Let your iPhone connect to wifi. Stick a PC on the same LAN. Now use the PC to run Wireshark and spy the traffic to and from your iPhone. You have exact number of packets and their sizes.