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

« back to all changes in this revision

Viewing changes to dns/reports/requests-by-timeslot.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="requests-by-timeslot" charttype="histogram">
 
7
 
 
8
 <lire:title>Requests By Timeslot 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.).</para>
 
13
 </lire:description>
 
14
 
 
15
 <lire:param-spec>
 
16
  <lire:param name="timeslot" type="duration" default="1h">
 
17
   <lire:description>
 
18
    <para>This parameter controls the time slot over which the
 
19
     requests are aggregated.
 
20
    </para>
 
21
   </lire:description>
 
22
  </lire:param>
 
23
 </lire:param-spec>
 
24
 
 
25
 <lire:display-spec>
 
26
  <lire:title>Requests by $timeslot Timeslot</lire:title>
 
27
 </lire:display-spec>
 
28
 
 
29
 <lire:report-calc-spec>
 
30
  <lire:timeslot unit="$timeslot">
 
31
   <lire:count name="request"/>
 
32
  </lire:timeslot>
 
33
 </lire:report-calc-spec>
 
34
 
 
35
</lire:report-spec>
 
36
 
 
37
<!--
 
38
Keep this comment at the end of the file
 
39
Local variables:
 
40
mode: xml
 
41
-->