Al DeWitt wrote:

I need to be able to monitor the number of users logged into the server. I
would want this to run periodically (say every 10 minutes) Monday through
Friday, 08:00 - 15:00. I would like the output to go to a text file for
later analysis. The output could be as simple as Date, Time, # of Users
logged in.
Is this something I can do via UniAdmin? Do I need to write a basic program
and run it as a phantom?

Here's a basic program I run from TCL in UV:

CALL !GET.USER.COUNTS  (uv.users,  max.uv.users,  os.users)
PRINT "Max UniVerse users    : ":max.uv.users
PRINT "Current UniVerse users: ":uv.users
PRINT "OS users              : ":os.users

You could stick it in a phantom or if you're on a *nix system, run it as a cron job.

-John
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to