André Malo wrote:
This bubbled up on some discussion with statistic freaks:

The attached patch allows the user to log the accurate filter input and output byte count, instead of only the rounded compression ratio.
The DeflateFilterNote directive will be extended as follows:

DeflateFilterNote [type] name

type can be one of "input", "output" or "ratio". "ratio" is assumed if the type is omitted (backwards compatible).
Example:

DeflateFilterNote input deflate-in
DeflateFilterNote output deflate-out

LogFormat '%t "%r" %{deflate-in}n/%{deflate-out}n' deflate
Great !!!


Reply via email to