The statistics data analysis tool in the fiddler advanced toolbar

The Fiddler statistics section will count the data from the beginning of a request to the final reception and forwarding, some statistics and response information:

You can use statistics paging to complete a simple performance test and view the response time of its interface

As shown in the figure:

The meaning of each item is explained in detail in the figure below:

ClientConnected: 23:31:56.695 The client has established a connection with Fiddler

ClientBeginRequest: 23:31:57.520 The client starts to send the request to Fiddler

GotRequestHeaders: 23:31:57.520 Fiddler received the information header sent by the client

ClientDoneRequest: 23:31:57.520 The client has finished sending the HTTP request to Fiddler

Determine Gateway: 0ms Confirm Gateway

DNS Lookup: 0ms DNS parsing

TCP/IP Connect: 0ms Fiddler establishes a connection with the server (three-way handshake)

HTTPS Handshake: 0ms Fiddler and server HTTPS handshake

ServerConnected: 23:31:57.155 Fiddler has established a connection with the server

FiddlerBeginRequest: 23:31:57.520 Fiddler began to send the request to the server

ServerGotRequest: 23:31:57.520 The server has received the entire request from Fiddler

ServerBeginResponse: 23:31:57.596 Fiddler received the first response byte returned by the server

GotResponseHeaders: 23:31:57.596 Fiddler has received the information header sent by the server

ServerDoneResponse: 23:31:57.596 The server has completely sent the entire HTTP response to Fiddler

ClientBeginResponse: 23:31:57.596 Fiddler began to return the received HTTP response data to the client

ClientDoneResponse: 23:31:57.596 Fiddler has completely sent the entire HTTP response data to the client

 

Practical case

Optical theory is useless, you have to learn to follow along, and you have to do it yourself, so that you can apply what you have learned to practice. At this time, you can learn from some actual combat cases.

If it is helpful to you, please like and collect it to give the author an encouragement. It is also convenient for you to quickly find it next time.

If you don’t understand, please consult the small card below. The blogger also hopes to learn and progress with like-minded testers

At the right age, choose the right position, and try to give full play to your own advantages.

My road of automated test development is inseparable from the plan of each stage along the way, because I like planning and summarizing,

Test and develop video tutorials, study notes and receive portals! ! !

Guess you like

Origin blog.csdn.net/Liuyanan990830/article/details/131214287