Hello experts, I want to know how can I capture the packet which causes "timeout", "retransmission". First of all, please see my circumstances. [Circumstances] Everthing is OK, every packet flows well. However, now I have focused on the speed... that is, connection is OK. [Issues] Whenever I connect or access the web servers, the access speed markedly slow. However, it is fast sometimes. That is, slow, fast, slow, fast -- continuous. [The data] Please see the below network structure. [The things that I want to know] As you can see the network structure, it is not complicated. To tell the truth, I don't know what device is the problem. and I also don't know what can I see in order to fix it. For that reason, I thought I should use "wireshark" to look over the packet when the response is slow. I tried to look over the packet by using wireshark on the computer which is sending the messages to web server. So, could you give me an advice such as teaching the filter command at wireshark program. Best regards, SK This question is marked "community wiki". asked 27 Jan '16, 00:01 ksk79174766 edited 20 Jul '16, 15:40 cmaynard ♦♦ |
The best advice I can give you is the following: This book covers all your questions in a great way -> http://www.wiresharkbook.com/studyguide.html
Thank you Christian_R