Oren Ben-Ami wrote:

> Hello!
>
> First time on the list.....
>
> Is there any way to track the Most Downloaded Files and Most Submitted Forms and
> Scripts?

Look into the docs regarding SORTBY and FLOOR commands. You can turn on just the
reports for requests. To get submitted forms, you'll probably want to do something
with ARGS. To get the 25 most requested file (by number of requests) you would do
something like this:

REQUEST ON
REQSORTBY REQUESTS
REQFLOOR -25r

If you are trying to specifically see _only_ the most reqested downloaded file of,
say, type *.gz and _only_ the most requested/submitted forms of type, say, *.cgi,
then you'll probably want to create two configuration files (one for each) and
FILEINCLUDE only the files you want a report on.

HTH,


Jeremy Wadsack
The Flagstaff Link
http://www.flagstaff.net/


--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------

Reply via email to