HzSessions HOWTO: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= HOWTO - Access session list in | = HOWTO - Access session list in Hazelcast storage = | ||
This article describes how to access information exposed through JMX by Open-Xchange with the Jolokia JMX-to-HTTP bridge | This article describes how to access session information exposed through JMX by Open-Xchange with the Jolokia JMX-to-HTTP bridge. | ||
Currently there is no dedicated tool shipped with Open-Xchange to get information about currently existing sessions on the system. This documentation and provided example script exposes access to this information if [[AppSuite:Running_a_cluster#Distributed_Session_Storage|open-xchange-sessionstorage-hazelcast]] is used to provide clusterwide session management. | |||
* Prepare your system to be able to use Jolokia: [[Jolokia]] | |||
* Another example using the concept: [[Jolokia_LoginCounter_HOWTO]] | |||
* Get this archive [[File:Listsessions.zip]] and install it on any node | |||
* Replace username, password and baseurl in listsessions.pl to match your Jolokia configuration | |||
* ... WIP ... | |||
Revision as of 19:08, 29 December 2015
HOWTO - Access session list in Hazelcast storage
This article describes how to access session information exposed through JMX by Open-Xchange with the Jolokia JMX-to-HTTP bridge.
Currently there is no dedicated tool shipped with Open-Xchange to get information about currently existing sessions on the system. This documentation and provided example script exposes access to this information if open-xchange-sessionstorage-hazelcast is used to provide clusterwide session management.
- Prepare your system to be able to use Jolokia: Jolokia
- Another example using the concept: Jolokia_LoginCounter_HOWTO
- Get this archive File:Listsessions.zip and install it on any node
- Replace username, password and baseurl in listsessions.pl to match your Jolokia configuration
- ... WIP ...