IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.kernel.statistics
Interface IStat

All Superinterfaces:
IStatTree

public interface IStat
extends IStatTree

The IStat interface is used for observational statistical counters.

This interface defines the method for submitting a datapoint to statistical counters of type RATE, AVERAGE, and RANGE.

See Also:
StatType

Method Summary
 void submitDataPoint(long value)
          Submits a datapoint for a statistical counter The value passed in is typically a timestamp, elapsed time, or a count of items.
 
Methods inherited from interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
getAverage, getAverage, getDistribution, getDistribution, getRange, getRange, getRate, getRate, getScalar, getScalar, getStat, getStatic, getStatic, getStructure, getStructure, getText, getText, getVerificationPoint, getVerificationPoint, makeDefinition, makeObservation, setDescription
 

Method Detail

submitDataPoint

void submitDataPoint(long value)
Submits a datapoint for a statistical counter

The value passed in is typically a timestamp, elapsed time, or a count of items.

Parameters:
value - The value of this datapoint.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.