码迷,mamicode.com
首页 > Web开发 > 详细

use wireshark captureing http delays

时间:2017-05-18 20:23:19      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:different   please   following   purpose   several   

use wireshark captureing http delays



  • set the Time column to the following format

View -> Time Display Format -> Seconds Since Beginning of Capture


  •  As the client is also able to send several requests at the same time (in different TCP connections) you need to check the TCP Stream number as well. For this purpose, please add a new column in the GUI for the tcp.stream value. Here is how to do this

Edit -> Preferences -> User Interface -> Columns

  • Add a column called "TCP Stream". Then choose Custom as type and tcp.stream as value.

技术分享



  • Then sort the GUI by the "TCP Stream" column.


技术分享


  • Then use a Time Reference (CTRL-T in the GUI) for easy delta time calculation between request and response. As you can see the ‘delay‘ (delta) between request and response is 2.144 seconds for the first request and 0.2605 for the second request.



https://ask.wireshark.org/questions/23168/capturing-http-response-delays

use wireshark captureing http delays

标签:different   please   following   purpose   several   

原文地址:http://323616.blog.51cto.com/313616/1926980

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!