Posted by [IP Address: 63.72.235.5] 'Deepak' on June 14, 2001 at 14:22:53 EST:
In Reply to: Determining Active Users posted by [IP Address: 63.72.235.5] 'Nancy Godkin' on June 05, 2001 at 13:48:03 EST:
Nancy,
Through Unix :
Set env parmatere TUXCONFIG.
e.g export TUXCONFIG="path to PSTUXCFG"
From the command line do :
echo "pclt" | tmadmin
This will give you the output similar to the one given by "Domain Status Menu -- Client Status" using psadmin.
You can format the output as per your wish.
Hope this helps.
-- Deepak.
: I am trying to determine the average number of concurrent users over a two week time span. I would like to be able to set up a script that will determine the current number of users logged into our application and schedule this script to run through cron at regular intervals.
: Does anyone have any idea how I might be able to do this? Does anyone have any scripts already written or know where I can search for this type of information.
: Thanks for your help.
: Nancy Godkin