- Created by SS Doc Editor on Sep 11, 2020
The Request View displays aggregated performance characteristics of each request related to a page or transaction in tabular form. Time characteristics are averaged. Request counts are summed.
Note: If a request timed-out and subsequently failed, it's counted as a timeout.
Request Grid Columns
Column | Description |
# | The request number |
T.C. | The Test Case name |
Host | The host |
Path | The page path |
Query | The query string |
Type | The request's Content-Type. |
Response (s) | The average time to receive the response (TTLB) |
STD | Response Time Standard Deviation |
TTFB (s) | The average time to receive the first byte of the response |
Network (s) | The average time between receiving the first and the last byte of the response necessary for transferring it over the network |
Request (KB) | The average Request Body size |
Response (KB) | The average Response Body size |
Requests | The number of times the request was issued during the test run |
Errors | The number of the request's failures during the test run |
Timeouts | The number of the request's timeouts registered during the test run, |
Timeout (s) | The timeout settings for this request |
- No labels