File: webdruid.1

package info (click to toggle)
webdruid 0.5.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,224 kB
  • ctags: 806
  • sloc: ansic: 10,823; sh: 2,763; makefile: 162
file content (56 lines) | stat: -rw-r--r-- 2,698 bytes parent folder | download | duplicates (8)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH webdruid 1 "22-Jun-2004" "Version 0.5.4" "The WebDruid"
.SH NAME
webdruid - A web site log file analysis tool.
.SH SYNOPSIS
.B webdruid
[\fI option ... \fP] [\fI log-file1 \fP] [\fI log-file2 \fP] ...
.PP
.B webdruid-resolve
[\fI option ... \fP] [\fI log-file1 \fP] [\fI log-file2 \fP] ...
.PP
.SH DESCRIPTION
\fIThe WebDruid\fP is a web site log file analysis program which produces
usage statistics in HTML format for viewing with a browser.  The results
are presented in both columnar and graphical format, which facilitates
interpretation.  Yearly, monthly, daily and hourly usage statistics are
presented, along with the ability to display usage by site, URL, referrer,
user agent (browser), username, search strings, entry/exit pages,  and
country (some information may not be available if not present in the log
file being processed).
.PP
\fIThe WebDruid\fP supports \fBCLF\fP (common log format) log files,
as well as \fBCombined\fP log formats as defined by NCSA and others,
and variations of these which it attempts to handle intelligently.  In
addition, \fIthe WebDruid\fP also supports \fBW3C\fP
formatted log files, allowing it to parse IIS log files.
Logs may also be compressed, via \fBgzip\fP.
If a compressed log file is detected, it will be automatically uncompressed
while it is read.  Compressed logs must have the standard \fIgzip\fP
extension of \fB.gz\fP.
.PP
\fIThe WebDruid\fP, when used with the \fIgraphviz tools\fP, can produce path graphs
and users flow graphs. Path graph allows you to see the preferred path your
users take when browsing on your web site. Users flow will draw lines
between the urls, each line being balanced by the number of hits.
For more information see 'Using path & users flox graphs' in the README file.
.PP
\fIwebdruid-resolve\fP is normally just a symbolic link to \fIwebdruid\fP.
When run as \fIwebdruid-resolve\fP, only DNS file creation/updates are performed,
and the program will exit once complete.  All normal options and
configuration directives are available, however many will not be used.
.PP
\fIThe WebDruid\fP main documentation is located in the README file.
It contains instructions on operating with the software, as well as
a reference for all the /etc/webdruid/webdruid.conf config file directives,
and command line options.
.SH BUGS
Report bugs to \fIfabien@juliana-multimedia.com\fP.
.SH COPYRIGHT
Copyright (C) 2003-2004 by Fabien Chevalier.
.PP
Original Copyright (C) 1997-2000 by Bradford L. Barrett.
.PP
Distributed under the GNU GPL.  See the files "\fICOPYING\fP" and "\fICopyright\fP",
supplied with all distributions for additional information.
.SH AUTHOR
Fabien Chevalier <\fIfabien@juliana-multimedia.com\fP>