|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.platform.vm.controller.ProcessStatistics
public class ProcessStatistics
VM statistics including: total memory, free memory, number of threads.
Field Summary | |
---|---|
long |
freeMemory
|
java.lang.String |
name
|
WorkerPoolStats |
processPoolStats
|
SocketListenerStats |
socketListenerStats
|
int |
threadCount
|
long |
totalMemory
|
Constructor Summary | |
---|---|
ProcessStatistics()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public long totalMemory
public long freeMemory
public int threadCount
public SocketListenerStats socketListenerStats
public WorkerPoolStats processPoolStats
Constructor Detail |
---|
public ProcessStatistics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |