com.bigdata.counters
Interface IStatisticsCollector

All Known Implementing Classes:
AbstractProcessCollector, AbstractStatisticsCollector, PIDStatCollector, SarCpuUtilizationCollector, StatisticsCollectorForLinux, StatisticsCollectorForWindows, TypeperfCollector, VMStatCollector

public interface IStatisticsCollector

Interface for collecting performance counters for a host or a process.

Version:
$Id: IStatisticsCollector.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 CounterSet getCounters()
          Return the counter hierarchy.
 int getInterval()
          The interval in seconds at which the counter values are sampled.
 void start()
          Start collecting performance data.
 void stop()
          Stop collecting performance data.
 

Method Detail

getInterval

int getInterval()
The interval in seconds at which the counter values are sampled.


getCounters

CounterSet getCounters()
Return the counter hierarchy.


start

void start()
Start collecting performance data.


stop

void stop()
Stop collecting performance data.



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.