On Jun 30, 9:51 am, Steve Souders <
stevesouders...@gmail.com> wrote:
> Given that HTTP Archive is only running in one geo location analyzing
> the network times is not very valuable because they're from a single
> location.
I think you might be overlooking an important characteristic of the
use cases I listed: they require only network timings from the exact
same client node that produced the layer 7 measurements.
I'm trying to study a particular class of HTTP responses: those for
which the response time is essentially equal to the network RTT.
Small, static objects often fall into this category. Given the
request timelines from the HTTP archive, if I can identify which
responses are in this "RTT-limited" class, I can then quantify the
effects that things like request pipelining or image spriting would
have if applied to all the sites in the archive. I can attempt to
determine whether any given response in the archive is in the "RTT-
limited" class based on the currently available layer 7 timings, but
having the layer 4 data would enable me to avoid false negatives due
to retransmissions.
Thanks,
-Brian