[horde] Number of concurrent Horde users/connections?
Andrew Morgan
morgan at orst.edu
Fri Jun 11 10:23:05 PDT 2004
On Fri, 11 Jun 2004, Cavanagh, Kevin B wrote:
>
> Is there some easy way to determine the number of concurrent
> users/connections to our front-end web server???
We use the MySQL session backend and the following SQL will give you the
number of authenticated users:
SELECT count(*)
FROM horde_sessionhandler
WHERE session_data like '%authenticated%'
Andy
More information about the horde
mailing list