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 c开发者_StackOverflowan visualise this nicely?
I think that wireshark is what you are looking for
Wireshark is a network sniffer which can show and save HTTP transactions.
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.
精彩评论