- 1、本文档共10页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
广州八神软件性能测试课程优秀学员作业第1课
本文档是广州八神软件性能测试课程学员 DI da‘da di 的第1课—抓包不求人的课后作业。感谢DI da‘da di同意分享。作业质量高,有价值,分享给大家共同进步和学习。课程讨论群:319406535 正文内容:抓包工具之比较Httpwatch+1)基本使用和技巧2)HTTP请求时间分段分析时间轴+(图片点击放大)++BlockedThe Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting for a network connection to become available. Browsers limit the number of concurrent network connections per host name (i.e. ) and will queue up requests if the limit has been reached. Often the Blocked time is the most significant factor in the download time of images embedded in a web particularly for older browsers that will only use a maximum of two connections per hostname. Modern browsers now allow up to six connections per hostname.DNS Lookup++DNS Lookup is the time required to resolve a host name (e.g. ) into a numeric IP address (e.g. 9).Connect+Connect is the time required to create a TCP connection to the web server (or proxy). If a secure HTTPS connection is being used this time includes the SSL handshake process unless a separate SSL Handshaketime is shown. Keep-Alive connections are often used to avoid the overhead of repeatedly connecting to the web server.参看文章关于TCP三次握手及四次挥手SendSend is the time required to send the HTTP request message to the server and will depend on the amount of data that is sent to the server. For example, long Send times will result from uploading files using an HTTP POST.WaitWait is the idle time spent waiting for a response message from the server. This value includes delays introduced due to network latency and the time required to process the request on the web server.Receive+Receive is the time taken to read the response message from the server. This value will depend on the size of the content returned, network bandwidth and whether HTTP compression was used.Fiddler+Fiddler是一个使用本地 :8888 的 HTTP 代理,任何能够设置 HTTP 代理为 :8888的浏览器和应用程序都可以使用 Fiddler。代理是指客户端的所有请求都要先经过Fiddler,然后转发到相应的服务器,反之,服务器端的所有响应,也都会先经过Fiddler然后发送到客户端。如下图:https的抓取 关于fiddler的更多详细介绍 →?Fiddler简介+使用Fid
文档评论(0)