~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to dns/reports/req-by-timeslot-by-method.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
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">
 
5
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 
6
 superservice="dns" id="req-by-timeslot-by-method">
 
7
 
 
8
 <lire:title>Requests by Timeslot by Method DNS Report</lire:title>
 
9
 <lire:description>
 
10
  <para>This report shows the number of requests aggregated in
 
11
   configurable time slots (by hours of the day, by days of the weeks,
 
12
   etc.) and splitted by the resolver's type.
 
13
  </para>
 
14
 </lire:description>
 
15
 
 
16
 <lire:param-spec>
 
17
  <lire:param name="timeslot" type="duration" default="1h">
 
18
   <lire:description>
 
19
    <para>This parameter controls the time slot over which the
 
20
     requests are aggregated.
 
21
    </para>
 
22
   </lire:description>
 
23
  </lire:param>
 
24
 </lire:param-spec>
 
25
 
 
26
 <lire:display-spec>
 
27
  <lire:title>Requests by $timeslot Timeslot by Method</lire:title>
 
28
 </lire:display-spec>
 
29
 
 
30
 <lire:report-calc-spec>
 
31
  <lire:timeslot unit="$timeslot">
 
32
   <lire:count name="request"/>
 
33
   <lire:group sort="-resolver">
 
34
    <lire:field name="resolver"/>
 
35
    <lire:count name="res_request"/>
 
36
   </lire:group>
 
37
  </lire:timeslot>
 
38
 </lire:report-calc-spec>
 
39
 
 
40
</lire:report-spec>
 
41
 
 
42
<!--
 
43
Keep this comment at the end of the file
 
44
Local variables:
 
45
mode: xml
 
46
-->