DescriptionNote: I set this going before raising an issue
Need to run a test of how the infrastructure behaves with multiple small files being requested (in this case Image and HTML files) - as if the files were static content being called as a result of visiting a webpage.
The aim is to have multiple clients making requests over a fairly prolonged period.
Each request needs to be identifiable in the server logs so that it can be compared back to the logs the client is keeping. Using the X-Downstream header should be sufficient for this.
Part of the aim of this test is to see how well (if at all) requests balance across the edge, so both Edge devices need to be online.
Activity
2016-01-17 14:30:53
There are three running, using Serial prefixes B,C and D. Each writes out to it's own file.
The files being requested are QR codes generated containing random strings, with a variety of other options randomly set to affect file size. In reality, though, the HTML files are all roughly the same size on disk.
2016-01-17 14:33:55
2016-01-25 12:02:18
Fields in the metrics logs are
- 1 - Serial
- 2 - Response code
- 3 - Final url
- 4 - Total request time
- 5 - DNS lookup time
- 6 - Initial Connect time
- 7 - Time spent in redirect
- 8 - TTFB
- 9 - Downloaded size
- 10 - Request size
- 11 - Number of redirects
- 12 - Averaged download speed
2017-07-06 15:55:08
2017-07-06 15:55:08
2017-07-06 15:55:11