Re: FYI: Tools to evaluate header compression algorithms

Quick follow-up:

I posted more about this here:
  http://www.mnot.net/blog/2013/01/04/http2_header_compression

In particular, we have graphs for all of the HAR samples I took earlier:
  http://http2.github.com/http_samples/mnot/

Cheers,


On 31/12/2012, at 1:22 PM, Mark Nottingham <mnot@mnot.net> wrote:

> As part of his implementation, Roberto created a test harness for comparing headers. With his help, I've forked that and refactored a bit --
>  https://github.com/http2/compression-test
> Note that there's the textual output you see in the README, as well as a graph available, e.g.,:
>  http://http2.github.com/compression-test/
> 
> This makes it possible to take our collection of HAR samples:
>  https://github.com/http2/http_samples
> and get metrics on how the compression algorithms perform.
> 
> This is by no means complete. I'd like to process the HAR files so that the headers fed to the compressor more closely align with those that will be seen in a typical HTTP2 connection, and also get some more interesting metrics out.
> 
> As always, pull requests and issues welcome.
> 
> Cheers,
> 
> --
> Mark Nottingham   http://www.mnot.net/
> 
> 
> 
> 

--
Mark Nottingham   http://www.mnot.net/

Received on Sunday, 6 January 2013 05:57:29 UTC