Class GetBasicStatistics

java.lang.Object
org.jivesoftware.openfire.cluster.GetBasicStatistics
All Implemented Interfaces:
Externalizable, Serializable, Runnable, ClusterTask<Map<String,Object>>

public class GetBasicStatistics extends Object implements ClusterTask<Map<String,Object>>
Command that returns basic information about this JVM like number of client sessions, server sessions and amount of free and used memory.
Author:
Gaston Dombiak
See Also: