可视化 HTTP 流量如何拆分为 TCP 数据包的工具?

发布于 2024-11-25 02:49:26 字数 113 浏览 1 评论 0原文

我正在编写自己的网络服务器,并且正在尝试调整其行为。

为此,如果能够准确地了解 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 技术交流群。

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

发布评论

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

评论(3

我做我的改变 2024-12-02 02:49:26

我认为 wireshark 就是您正在寻找的

I think that wireshark is what you are looking for

苍风燃霜 2024-12-02 02:49:26

Wireshark 是一个网络嗅探器,可以显示并保存 HTTP 事务

Wireshark is a network sniffer which can show and save HTTP transactions.

遥远的她 2024-12-02 02:49:26

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.

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