Counting Anonymous Connections

I need to determine an average number of concurrent users. I want to know how many are authenticated and how many are anonymous.

I can certainly get concurrent authenticated users via the Domino Administrator, but anonymous users is another story.

I see this neither in statrep.nsf nor activity.nsf, so I figure I will take a series of snapshots on the server to determine an average. However, without a way to count anonymous users, I am only getting part of the story.

Perhaps this is simple and I’ve forgotten how to do this, but I can’t seem to find anything on this.

Subject: Application user OR server users ?

which users are you targetting. In case it is application users, I guess u might have to write some custom code to trap people targetting … say the home of the application … or something like that … In case of server usage, show Inet users … command ll serve the purpose … try that

Subject: I don’t see Anonymous users with Does show Inet users

Do you know how to make show Inet users display Anonynous users?