[analog-help] How many users are logged on at a given time
and how long are they logged on
Walter Ian Kaye
analog-help at natural-innovations.com
Wed Jul 19 19:22:24 PDT 2006
At 01:59p -0400 07/19/2006, D'Amore, Chris didst inscribe upon an
electronic papyrus:
>Content-class: urn:content-classes:message
>Content-Type: multipart/alternative;
> boundary="----_=_NextPart_001_01C6AB5D.09509CE6"
>
>Is there any way to show how many users are logged in at a given time
Usually sites do that in real time; I'm sure you've seen sites where
the page announces "Currently 53 users are online" or somesuch phrase.
>and possibly how long they are logged on for?
This is generally info your web application knows and report generators don't.
You could generate your own log files with data such as this:
date/time in username
date/time out username length
Then feed those to Analog for reporting.
-W
More information about the analog-help
mailing list