From: Frederic Marchal Date: Wed, 10 Dec 2014 20:54:22 +0000 (+0100) Subject: Sarg.conf with the topuser_fields documentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=411e2cff0ad3de4108be57809ef9165879dd41f2;p=thirdparty%2Fsarg.git Sarg.conf with the topuser_fields documentation The default configuration file now describes the accepted columns for the top user report. --- 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