Fiddler tool response time statistics calculated

namely statistics Statistics

The various statistics module reflects the request

 

 

 

 

Description:

1, request count: the number of requests, indicating that the session has launched a total of how many requests.

2, Bytes sent: the number of bytes of the transmission request (request comprises a request header and body)

3, Bytes received: the number of bytes received (response comprises a response header and body)

4, clientconnected: client connection time;

5, clientbeginrequest: transmission start time of the client request;

6, gotrequestheaders: obtaining the time of the request header;

7, clientdonerequest: time to complete the client request;

8, determine gateway: determining the time used by the gateway;

9, dns lookup: View dns time use;

10, tcp / ip connect: tcp / ip connection time of use;

11, https handshake: https handshake used;

12, serverconnected: service connection time of occurrence;

13, fiddlerbeginrequest: time fiddler start request;

14, servergotrequest: the time the server gets the request;

15, serverbeginresponse: the server start response time;

16, gotresponseheaders: obtain a time response header file;

17, serverdoneresponse: the server response time to complete;

18, clientbeginresponse: client initiates the response time;

19, clientdoneresponse: the client time to complete response;

20, overall elapsed: all time spent (completion time using the client response - time client start request)

21, response bytes (by content-type) - bytes of the response (Content Format)

Guess you like

Origin www.cnblogs.com/ht22ht22/p/12434221.html