You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by laxmiraghu <la...@yahoo.com> on 2009/01/29 04:18:58 UTC

No. of concurrent users in Jetspeed

How do i find how many concurrent users currently using my portal at any
given point of time. 

I'm using Jetspeed-2.1.3 as the portal server and mysql as database.

Please help. Thank you.
-- 
View this message in context: http://www.nabble.com/No.-of-concurrent-users-in-Jetspeed-tp21720141p21720141.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: No. of concurrent users in Jetspeed

Posted by laxmiraghu <la...@yahoo.com>.
Thanks David for the info.

Do i need to have a separate portlet for a service? Can't i use my existing
portlet?

If so, please explain how to do the same.

Thank you.

-- 
View this message in context: http://www.nabble.com/No.-of-concurrent-users-in-Jetspeed-tp21720141p21783865.html
Sent from the Jetspeed - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: No. of concurrent users in Jetspeed

Posted by David Sean Taylor <da...@bluesunrise.com>.
On Jan 28, 2009, at 7:18 PM, laxmiraghu wrote:

>
> How do i find how many concurrent users currently using my portal at  
> any
> given point of time.
>
> I'm using Jetspeed-2.1.3 as the portal server and mysql as database.

The statistics service provides a few useful apis like 	 
getNumberOfLoggedInUsers()  and getListOfLoggedInUsers:

http://portals.apache.org/jetspeed-2.1.3/multiproject/jetspeed-api/apidocs/org/apache/jetspeed/statistics/PortalStatistics.html

How to get a service is described here:

http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed-service.html

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org