com.metamatrix.platform.vm.controller
Class ProcessStatistics

java.lang.Object
  extended by com.metamatrix.platform.vm.controller.ProcessStatistics
All Implemented Interfaces:
java.io.Serializable

public class ProcessStatistics
extends java.lang.Object
implements java.io.Serializable

VM statistics including: total memory, free memory, number of threads.

See Also:
Serialized Form

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

name

public java.lang.String name

totalMemory

public long totalMemory

freeMemory

public long freeMemory

threadCount

public int threadCount

socketListenerStats

public SocketListenerStats socketListenerStats

processPoolStats

public WorkerPoolStats processPoolStats
Constructor Detail

ProcessStatistics

public ProcessStatistics()


Copyright © 2009. All Rights Reserved.