HTTPArchive/legacy.httparchive.org

Any upstream size data?

danlisarice opened this issue · 6 comments

Do you have transfer size for the upstream direction for all the requests? I assume the transfer size charts are just the data going from the server to the browser?

Hi Dan. Yes the transfer size charts like this are referring to the average download size:

image

If you wanted to find out the size of the requests themselves, you could query the requests table like this:

SELECT AVG(reqHeadersSize) FROM [httparchive:runs.2017_05_15_requests] WHERE mimeType = 'application/javascript'

The result is 448.7 bytes.

Not sure if it is in the SQL tables but the HAR files have a bytesOut measurement (though it is usually a tiny rounding error in the grand scheme of things).

Thanks I will do some queries and poke around in the data. Access networks can be pretty asymmetrical with different US and DS loss attributes and I am noodling on upstream packet sizes, counts and the impact on physical layer efficiencies for a variety of different traffic loads including web surfing.

Looks like this is resolved. Closing.