org.cougaar.core.qos.profile
Class ProcStatus

java.lang.Object
  extended by org.cougaar.util.GenericStateModelAdapter
      extended by org.cougaar.core.qos.profile.ProfilerBase
          extended by org.cougaar.core.qos.profile.ProcStatus
All Implemented Interfaces:
org.cougaar.core.component.Component, ProfilerService.Client, org.cougaar.util.GenericStateModel

public class ProcStatus
extends ProfilerBase

This component profiles the JVM's process size from "/proc/self/status" (VmSize & VmRSS).

Example output:

   pid_status - #VmSize_kB, VmRSS_kB,
   pid_status - 267184, 43204
 

See Also:
required coordinator component

Field Summary
 
Fields inherited from class org.cougaar.core.qos.profile.ProfilerBase
align, header, sb
 
Fields inherited from interface org.cougaar.util.GenericStateModel
ACTIVE, IDLE, LOADED, UNINITIALIZED, UNLOADED
 
Constructor Summary
ProcStatus()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.cougaar.core.qos.profile.ProfilerBase
findServiceLater, getRunCount, load, log, setServiceBroker, toHeader
 
Methods inherited from class org.cougaar.util.GenericStateModelAdapter
getModelState, halt, initialize, resume, start, stop, suspend, transitState, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cougaar.util.GenericStateModel
getModelState, halt, initialize, resume, start, stop, suspend, unload
 

Constructor Detail

ProcStatus

public ProcStatus()
Method Detail

run

public void run()
Specified by:
run in interface ProfilerService.Client
Specified by:
run in class ProfilerBase