可视化 HTTP 流量如何拆分为 TCP 数据包的工具?
我正在编写自己的网络服务器,并且正在尝试调整其行为。
为此,如果能够准确地了解 HTTP 流量如何拆分为单独的 TCP 数据包,那就太好了。
有没有一个工具可以很好地可视化这一点?
I am writing a webserver of my own and I’m trying to tune its behaviour.
For this purpose, it would be nice to be able to see exactly how the HTTP traffic is split into individual TCP packets.
Is there a tool that can visualise this nicely?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为 wireshark 就是您正在寻找的
I think that wireshark is what you are looking for
Wireshark 是一个网络嗅探器,可以显示并保存 HTTP 事务。
Wireshark is a network sniffer which can show and save HTTP transactions.
Wireshark 或 Netmon (http://www.fiddler2.com/redir/?id=netmon) 将执行此操作。您可能喜欢 Netmon 的 VRTA 工具 (http://www.microsoft.com/download/en/details.aspx?id=21462),它有助于在查看低级捕获时了解 HTTP 流量。
Wireshark or Netmon (http://www.fiddler2.com/redir/?id=netmon) will do this. You might like the VRTA tool for Netmon (http://www.microsoft.com/download/en/details.aspx?id=21462) which helps make sense of HTTP traffic when looking at a low-level capture.