]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - sarg.1
Add an option to make sarg generates the css template
[thirdparty/sarg.git] / sarg.1
diff --git a/sarg.1 b/sarg.1
index afba7d5a4cb794704a2e5c4db21c56f23f2c19eb..5ca38e58ced232acdc96448b5d8c76f9309afc1f 100644 (file)
--- a/sarg.1
+++ b/sarg.1
@@ -21,7 +21,7 @@ sarg \- Squid Analysis Report Generator
 .B sarg
 .RI [ options ]
 .SH DESCRIPTION
-\fBsarg\fP is a logfile parser and anylizer for the \fBSquid Web Proxy Cache\fP,
+\fBsarg\fP is a logfile parser and analyzer for the \fBSquid Web Proxy Cache\fP,
 which can be found at \fBhttp://www.squid-cache.org/\fP.
 This manual page documents briefly the
 .B sarg
@@ -59,6 +59,15 @@ Uses
 .IR "filename"
 as the exclude files to select records that are not counted.
 .TP
+.B \-\-convert
+Convert a squid log file date/time field to a human-readable format. All the log files are read and output as one text on the standard output.
+.TP
+.B \-\-css
+Output, on the standard output, the internal css inlined in the reports by sarg. You can redirect the output to a file of your
+choice and edit it. Then you can override the internal css with
+.B external_css_file
+in sarg.conf.
+.TP
 .B \-d date
 Uses
 .I date
@@ -124,6 +133,12 @@ Limits report to the site specified by
 .IR "string
 [eg. www.debian.org]
 .TP
+.B \-\-split
+Split the squid log file and output it as text on the standard output omitting the dates outside of the range specified by the \fB-d\fP parameter.
+If it is combined with
+.B \-\-convert
+the dates are also converted to a human-readable format.
+.TP
 .B \-t string
 Limits records counted in statistics based on time-of-day. Format for
 \fIstring\fP is \fBHH\fP or \fBHH:MM\fP or \fBHH:MM:SS\fP.
@@ -139,12 +154,6 @@ Writes debug messages to \fBSTDOUT\fP
 .TP
 .B \-z
 Writes messages on processes to \fBSTDOUT\fP
-.TP
-.B \-convert
-Convert the logfile's date/time field to human-readable.
-.TP
-.B \-split
-Split the log file by date in \fB-d\fP parameter.
 .SH FILES
 .BR /usr/local/sarg/sarg.conf
 .br