File: bytes-by-cache_result.xml

package info (click to toggle)
lire 20020214-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,180 kB
  • ctags: 1,245
  • sloc: perl: 11,637; xml: 5,725; sh: 3,458; makefile: 1,008
file content (33 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download
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
-->