Sylvain Roberdeau wrote:
> But by this way it's impossible to distinguish component -> jabberd
> connection to client-> jabberd connection.
> And if you use a "Jadc2s" for polling, only one connection is visible
> for all clients.

All of the other solutions are overkill IMO...
on jabber.org, we use jadc2s, and to get current # of users for
status.jabber.org, we just do:

netstat -n | grep 5222 | grep ESTAB | wc -l

from the cmd line.. Actually we have a cron job that runs and logs the # to a
file, so that the status.jabber.org web page can updated accordingly. Simple,
and easy.

pgm.


_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to