Title: RE: Witango-Talk: user scope
well thats good news, we are logging all the serverstats stuff every 20 minutes and making the data into graphs to visualize trends to help debug/analyze the server or just see how things are going.
 
we are really just looking for spikes that correspond w/ other spikes and stuff like that so it sounds like that will work afterall.
 
thanks for the info
 
----- Original Message -----
Sent: Tuesday, December 02, 2003 10:39 AM
Subject: RE: Witango-Talk: user scope

<@serverstatus value=NumUsersShared> Isn�t a complete loss�

 

It does show all variable stores that are shared, user, domain, application, and custom.  If you don�t use any of the higher scopes, then they are zero. Most applications will use some domain variables, but application and custom scopes are rarer.

 

I�ve found that I can get a sense of usage on my servers with this stat, there is an obvious difference in load between 600 and 1000, regardless of how many domain variables are assigned (they all count as one).

 

Of course I agree that each scope should have its own stat, when considering server stats that are useful for hosing situations, and I hope it�s on feature request list. So, no you can�t get an exact count from the server of active userrefs, but this stat is a close approximation.

 

Robert

 

-----Original Message-----
From: Alan Wolfe [mailto:[EMAIL PROTECTED]
Sent:
Tuesday, December 02, 2003 1:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Witango-Talk: user scope

 

bummer, yeah that would be nice, guess ill have to keep my own counter then

----- Original Message -----

From: Dave Shelley

Sent: Tuesday, December 02, 2003 10:08 AM

Subject: RE: Witango-Talk: user scope

 

I have some tools that will analyze system users. It takes a copy of the witango.log and uses a text odbc driver to select distinct userreferences where time >= currentTime-variableTimeout. You can then drill down to see the users variables if you want. Similarly, the log analysis tools will show you what each userreference has done within your applications.

Another way to keep track of users is to keep a domain scope array of userereferences. When a new user comes in you add the userRef to the array. With a variableTimeout trigger you delete the userreference from the array when the scope expires.

It would be nice if <@serverstatus value=NumUsersShared> would show you the current user count, but it doesn�t seem to.

Dave

-----Original Message-----
From: Alan Wolfe [mailto:[EMAIL PROTECTED]]
Sent:
December 2, 2003 12:21 PM
To: [EMAIL PROTECTED]
Subject: Witango-Talk: user scope

is there a way to get the current number of user scopes?

 

like if there were 10 user references that were being used and not expired, it would say there were 10 of em.

 

Im just thinking if so it would be a neat way to figure out how many users were in the system at any given time.

 

Thanks!

Alan

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to