[Zope] Monitoring logged-in users

BZ bz at bwanazulia.com
Wed Sep 24 10:46:14 EDT 2003


A few ways, none of which are really easy:

1) Write a python script that reads through undo logs for hits to
/logged_in with a username (means they logged in)
2) Use a log program (Analog/AWstats) against the Z2.log file looking for
user activity. Have it run every 15 minutes and it should give you an idea
of who is logged in and doing what.
3) Write a custom logger that logs user activity to a new log file.

BZ

> Hi All,
>    How to find out the total number of users logged-in in a zope server at
> given instant of
> time.  Is there any way to monitor their activities and the effect on
> perfomance in real time.
> Thanks in Advance...
> regards,
> Gnanadurai
>
>




More information about the Zope mailing list