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

« back to all changes in this revision

Viewing changes to database/reports/top-querytypes.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="database" schema="database-querytype" id="top-querytypes" 
 
7
 charttype="bars">
 
8
 
 
9
 <lire:title>Queries By Type</lire:title>
 
10
 <lire:description>
 
11
  <para>This report shows the number of queries by query type.</para>
 
12
 </lire:description>
 
13
 
 
14
 <lire:display-spec>
 
15
  <lire:title>Queries by Type</lire:title>
 
16
 </lire:display-spec>
 
17
 
 
18
 <lire:filter-spec>
 
19
  <lire:ne arg1="$querytype" arg2="Unknown"/>
 
20
 </lire:filter-spec>
 
21
 
 
22
 <lire:report-calc-spec>
 
23
  <lire:group sort="-request_total">
 
24
   <lire:field name="querytype"/>
 
25
   <lire:count name="request_total"/>
 
26
  </lire:group>
 
27
 </lire:report-calc-spec>
 
28
 
 
29
</lire:report-spec>
 
30