zookeeper python接口实例详解
236
2022-10-25
use wireshark captureing http delays
use wireshark captureing 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
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
评论列表