1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE lire:report-spec PUBLIC
"-//LogReport.ORG//DTD Lire Report Specification Markup Language V1.0//EN"
"http://www.logreport.org/LRSML/1.0/lrsml.dtd">
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
superservice="proxy" id="bytes-by-cache_result" charttype="bars">
<lire:title>Bytes by Cache Result</lire:title>
<lire:description>
<para>This report shows the number of bytes transferred for each cache
result. This gives an idea of how effective is the cache.
</para>
</lire:description>
<lire:display-spec>
<lire:title>Bytes by Cache Result</lire:title>
</lire:display-spec>
<lire:report-calc-spec>
<lire:group sort="-vol_total">
<lire:field name="cache_result"/>
<lire:sum name="vol_total" field="bytes"/>
</lire:group>
</lire:report-calc-spec>
</lire:report-spec>
<!--
$Id: bytes-by-cache_result.xml,v 1.1 2002/02/07 20:45:43 flacoste Exp $
Keep this comment at the end of the file
Local variables:
mode: xml
-->
|