zoukankan      html  css  js  c++  java
  • Fiddler工具statistics计算的响应时间

    statistics即数据统计

    该模块体现了请求时的各种数据统计

     

    说明:

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

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

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

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

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

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

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

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

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

    10、tcp/ip connect:tcp/ip 连接使用的时间;

    11、https handshake:https握手使用的时间;

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

    13、fiddlerbeginrequest:fiddler开始请求的时间;

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

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

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

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

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

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

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

    21、response bytes(by content-type)–响应的字节(内容格式)

  • 相关阅读:
    [資料]VS2008技巧
    [資料]MarshalAs的用法
    MS SQL Server 2000安装不成功的原因
    Zend產品線
    [轉]Flex 开发必备10武器
    [轉]C#中的XML注释
    [轉]onpropertychange事件
    [轉]fckeditor添加自定义按钮
    [資源]Web設計資源以及线框工具
    [轉]JS中showModalDialog 详细使用
  • 原文地址:https://www.cnblogs.com/ht22ht22/p/12434221.html
Copyright © 2011-2022 走看看