From 411e2cff0ad3de4108be57809ef9165879dd41f2 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Wed, 10 Dec 2014 21:54:22 +0100 Subject: [PATCH] Sarg.conf with the topuser_fields documentation The default configuration file now describes the accepted columns for the top user report. --- sarg.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sarg.conf b/sarg.conf index faee314..f56d0fa 100644 --- a/sarg.conf +++ b/sarg.conf @@ -515,6 +515,20 @@ # TAG: topuser_fields # Which fields must be in Topuser report. # +# Valid columns are +# NUM Report line number. +# DATE_TIME Icons to display the date and time reports. +# USERID Display the user's ID. It may be a name or the IP address depending on other settings. +# USERIP Display the user's IP address. +# CONNECT Number of connections made by the user. +# BYTES Number of bytes downloaded by the user. +# %BYTES Percent of the total downloaded volume. +# IN-CACHE-OUT Percent of cache hit and miss. +# USED_TIME How long it took to process the requests from that user. +# MILISEC The same in milliseconds +# %TIME Percent of the total processing time of the reported users. +# TOTAL Add a line to the report with the total of every column. +# AVERAGE Add a line to the report with the average of every column. #topuser_fields NUM DATE_TIME USERID CONNECT BYTES %BYTES IN-CACHE-OUT USED_TIME MILISEC %TIME TOTAL AVERAGE # TAG: user_report_fields -- 2.39.2