For compression ratio, you can check the http server log. With Apache and mod_deflate, it's easy to configure your logs. To compare performance, just turn on/off compression (add/remove Accept-Encoding header or reload server configuration) and look at the difference !
On 7/31/07, Ðavîd Låndïs <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using a "View Results in Table" listener to test my application. > I have my server configured to return gzip'd response. The "Bytes" > column in this listener always displays the size of the unzipped > response however. > > The issue is I want a way to compare the sizes and performance with > compression turned on and off. How can I do it? > > Thanks, > David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

