byteblowerll.byteblower.HTTPResultHistory

class byteblowerll.byteblower.HTTPResultHistory(*args, **kwargs)

General interface for getting cumulative or interval results.

__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

Clear() Clears the history.
CumulativeGet() Returns a list of available cumulative results.
CumulativeGetByIndex(index) Returns a single item of the cumulative list.
CumulativeGetByTime(timestamp) Returns a single item of the cumulative list using a timestamp nanoseconds.
CumulativeLatestGet() Returns latest closed item of the cumulative list.
CumulativeLengthGet() Returns the size of the cumulative list.
DescriptionGet(*args) Gets a textual description for the current object
IntervalGet() Returns a list of available interval results.
IntervalGetByIndex(index) Returns a single item of the interval list.
IntervalGetByTime(timestamp) Returns a single item of the interval list using a timestamp in nanoseconds.
IntervalLatestGet() Returns the latest closed item of the interval list.
IntervalLengthGet() Returns the size of the interval list.
ParentGet() Returns the parent object.
Refresh() Retrieves the latest data from the server for this object.
RefreshTimestampGet() RefreshTimestampGet.
SamplingBufferLengthGet() Number of samples to keep in the buffer.
SamplingBufferLengthSet(inLength) Sets the number of samples to keep in the buffer.
SamplingIntervalDurationGet() Duration of one sampling interval in nanoseconds.
SamplingIntervalDurationSet(inDuration) Sets the duration of one sampling interval.
__init__(*args, **kwargs) Initialize self.

Attributes

thisown The membership flag