You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/application-gateway-metrics.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,34 +27,41 @@ Application Gateway provides several built‑in timing metrics related to the re
27
27
28
28
-**Backend connect time**
29
29
30
-
Time spent establishing a connection with the backend application.
30
+
*Aggregation type:Avg/Max*
31
31
32
-
This includes the network latency as well as the time taken by the backend server’s TCP stack to establish new connections. For TLS, it also includes the time spent on handshake.
32
+
Time spent establishing a connection with the backend application.
33
+
34
+
This includes the network latency as well as the time taken by the backend server’s TCP stack to establish new connections. For TLS, it also includes the time spent on handshake.
33
35
34
36
-**Backend first byte response time**
35
37
36
-
Time interval between start of establishing a connection to backend server and receiving the first byte of the response header.
38
+
*Aggregation type:Avg/Max*
39
+
40
+
Time interval between start of establishing a connection to backend server and receiving the first byte of the response header.
37
41
38
-
This approximates the sum of *Backend connect time*, time taken by the request to reach the backend from Application Gateway, time taken by backend application to respond (the time the server took to generate content, potentially fetch database queries), and the time taken by first byte
39
-
of the response to reach the Application Gateway from the backend.
42
+
This approximates the sum of *Backend connect time*, time taken by the request to reach the backend from Application Gateway, time taken by backend application to respond (the time the server took to generate content, potentially fetch database queries), and the time taken by first byte of the response to reach the Application Gateway from the backend.
40
43
41
44
-**Backend last byte response time**
42
45
43
-
Time interval between start of establishing a connection to backend server and receiving the last byte of the response body.
46
+
*Aggregation type:Avg/Max*
47
+
48
+
Time interval between start of establishing a connection to backend server and receiving the last byte of the response body.
44
49
45
-
This approximates the sum of *Backend first byte response time* and data transfer time (this number may vary greatly depending on the size of objects requested and the latency of the server network).
50
+
This approximates the sum of *Backend first byte response time* and data transfer time (this number may vary greatly depending on the size of objects requested and the latency of the server network).
46
51
47
52
-**Application gateway total time**
48
53
49
-
Average time that it takes for a request to be received, processed and its response to be sent.
54
+
*Aggregation type:Avg/Max*
50
55
51
-
This is the interval from the time when Application Gateway receives the first byte of the HTTP request to the time when the last response byte has been sent to the client. This includes the processing time taken by Application Gateway, the *Backend last byte response time*, and the time taken by Application Gateway to send all the response.
56
+
This metric captures either the Average/Max time taken for a request to be received, processed and its response to be sent.
52
57
53
-
-**Client RTT**
58
+
This is the interval from the time when Application Gateway receives the first byte of the HTTP request to the time when the last response byte has been sent to the client. This includes the processing time taken by Application Gateway, the *Backend last byte response time*, and the time taken by Application Gateway to send all the response.
54
59
55
-
Average round trip time between clients and Application Gateway.
60
+
-**Client RTT**
56
61
62
+
*Aggregation type:Avg/Max*
57
63
64
+
This metric captures the Average/Max round trip time between clients and Application Gateway.
58
65
59
66
These metrics can be used to determine whether the observed slowdown is due to the client network, Application Gateway performance, the backend network and backend server TCP stack saturation, backend application performance, or large file size.
0 commit comments