~ubuntu-branches/ubuntu/karmic/lire/karmic

« back to all changes in this revision

Viewing changes to proxy/reports/top-users-by-destinations.xml

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Sourdeau
  • Date: 2005-04-25 23:10:41 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050425231041-8h3y0jyvmj0pe05o
Tags: 2:2.0.1-4
debian/control: build-depend an depend on libdbd-sqlite2-perl (>=
2:0.33-4) instead of libdbd-sqlite-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
2
<!DOCTYPE lire:report-spec PUBLIC
3
 
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V1.0//EN"
4
 
  "http://www.logreport.org/LRSML/1.0/lrsml.dtd">
 
3
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V2.0//EN"
 
4
  "http://www.logreport.org/LRSML/2.0/lrsml.dtd">
5
5
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
6
6
 superservice="proxy" id="top-users-by-destinations">
7
7
 
41
41
 <lire:report-calc-spec>
42
42
  <lire:group sort="-requests_total" limit="$dsts_to_show">
43
43
   <lire:field name="dst_host"/>
44
 
   <lire:count name="requests_total"/>
45
 
   <lire:group sort="-requests_by_user" limit="$users_to_show">
 
44
 
 
45
   <lire:group sort="-requests_total" limit="$users_to_show">
46
46
    <lire:field name="user"/>
47
 
    <lire:count name="requests_by_user"/>
 
47
 
 
48
    <lire:count name="requests_total" label="Requests"/>
 
49
    <lire:count name="requests_ratio" ratio="table" label="% Total"/>
 
50
    <lire:count name="requests_dst_ratio" ratio="group" label="% Dst"/>
48
51
   </lire:group>
49
52
  </lire:group>
50
53
 </lire:report-calc-spec>
52
55
</lire:report-spec>
53
56
 
54
57
<!-- 
55
 
$Id: top-users-by-destinations.xml,v 1.2 2002/02/07 20:43:59 flacoste Exp $
 
58
$Id: top-users-by-destinations.xml,v 1.3 2002/11/14 16:32:31 flacoste Exp $
56
59
Keep this comment at the end of the file
57
60
Local variables:
58
61
mode: xml