org.cougaar.core.qos.profile
Class TrafficMatrix

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

public class TrafficMatrix
extends ProfilerBase

This component profiles the agent traffic matrix for all local-to-local and local-to-remote agent messaging.

Example output:

 
   tm_AgentA__to__AgentB - #count, bytes,
   tm_AgentA__to__AgentB - 4783.0, 6136339.0
   tm_NodeA__to__NodeB - 8.0, 8167.0
   tm_NodeA__to__NodeA - 38.0, 0.0
 

Node traffic is usually naming service related.

See Also:
required coordinator component

Field Summary
 java.lang.Object tms
           
 
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
TrafficMatrix()
           
 
Method Summary
 void load()
           
 void run()
           
 
Methods inherited from class org.cougaar.core.qos.profile.ProfilerBase
findServiceLater, getRunCount, 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
 

Field Detail

tms

public java.lang.Object tms
Constructor Detail

TrafficMatrix

public TrafficMatrix()
Method Detail

load

public void load()
Specified by:
load in interface org.cougaar.util.GenericStateModel
Overrides:
load in class ProfilerBase

run

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