"Ciaran Kelly" <[EMAIL PROTECTED]> wrote:

> I need a report which lists users, number of requests made and their
> IP address.  Whats the easiest way to do this.  Can I write custom
> reports?

http://www.analog.cx/docs/faq.html#faq128

You can list the number of request made per username (if your users are
uniquely identified) with the USERCOL directive, but you can't cross
reference users against IP addresses.

Analog doesn't do this kind of cross reference reporting - it couldn't do
what it does do as quickly as it does if it tried to keep track of all
that information. You can get a report of the IP addresses used by a
single username (or group of usernames) by using a USERINCLUDE directive
to restrict the report to that specific username, and using the HOST ON
command to see the IP addresses used.

Note that I refer to "usernames", not "users". The term "user" is open to
interpretation. Username refers to whatever field in your log file that
you map with %u. It might be the logonID field, or a cookie, or even the
IP address.

Aengus

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/[email protected]/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to