• fiddler之数据统计(statistics)


      在使用fiddler代理监听访问时,可以使用statistics分页去统计请求和响应的一些信息。

      界面显示如下:

     

     

      可以在这里查看一个session的统计信息

    说明:

    1request count:请求数,表示该session总共发起了多少个请求。

    2Bytes sent:发送请求的字节数(包括请求头和请求体)

    3Bytes received:接收到的字节数(包括响应头和响应体)

    ------------------------

    4clientconnected:客户端连接的时间;

    5clientbeginrequest:客户端开始发送请求的时间;

    6gotrequestheaders:获得请求头文件的时间;

    7clientdonerequest:客户端完成请求的时间;

    8determine gateway:确定网关使用的时间;

    9dns lookup:查看dns使用的时间;

    10tcp/ip connecttcp/ip 连接使用的时间;

    11https handshakehttps握手使用的时间;

    12serverconnected:服务连接发生的时间;

    13fiddlerbeginrequestfiddler开始请求的时间;

    14servergotrequest:服务器得到请求的时间;

    15serverbeginresponse:服务器开始响应的时间;

    16gotresponseheaders:得到响应头文件的时间;

    17serverdoneresponse:服务器完成响应的时间;

    18clientbeginresponse:客户端开始响应的时间;

    19clientdoneresponse:客户端完成响应的时间;

    20overall elapsed:全部花掉的时间(使用客户端完成响应的时间-客户端开始请求的时间)

    --------------------------------

    response bytesby content-type--响应的字节(内容格式)

    ------

    estimated worldwide performance

    (世界其他地方的性能--即其他地方访问该网站需要的时间)

    可以使用statistics分页,完成简单的性能测试。查看其接口的响应时间。

  • 相关阅读:
    nop 配置阿里cdn 联通4g 页面显示不全 查看源代码发现被截断
    HTTP 错误 500.21 模块 IIS Web Core
    nopcommerce4.0 安装步骤
    2017-12-08高级.net 面试小结
    图片上传
    每个部门绩效成绩第二名 sql server 查询 ( 替代 not in )
    Vmware虚拟机与主机连接的三种模式及使用
    PE,VG,PV,LV概念与结构关系
    windows忘记 oracle的用户名和密码
    虚拟机CentOS打开终端设置快捷键
  • 原文地址:https://www.cnblogs.com/smallstone2018/p/9857999.html
Copyright © 2020-2023  润新知