| org.cougaar.core.service.NodeMetricsService
NodeMetricsService | public interface NodeMetricsService extends Service(Code) | | This service provides simple node-level metrics.
|
getActiveThreadCount | int getActiveThreadCount()(Code) | | The number of active Threads in the main COUGAAR threadgroup
|
getFreeMemory | long getFreeMemory()(Code) | | Free Memory snapshot from the Java VM at the time of
the method call.
|
getTotalMemory | long getTotalMemory()(Code) | | Total memory snaphsot from the Java VM at the time of the
method call
|
|
|