byteblowerll.byteblower.TriggerBasicResultHistory

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

Receive-side trigger result history.

The history contains the trigger information in time since the object is created or refreshed.

Note

The information is not updated until Refresh() is called

Note

See History result for more information

A basic trigger history result object can be created via a TriggerBasic, using TriggerBasic.ResultHistoryGet()

New in version 2.1.0.

Example

Receive all frames on “trunk-1-2” of some server, matching UDP source or destination port 67.

from byteblowerll.byteblower import ByteBlower
server = ByteBlower.ServerAdd('byteblower-1.lab.byteblower.com')
# TODO
__init__(*args, **kwargs)

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

Methods

Clear() Clear the history.
CumulativeGet() Returns a list of available cumulative counters.
CumulativeGetByIndex(index) Returns a single item of the cumulative list.
CumulativeGetByTime(timestamp) Returns a single item of the cumulative list using a timestamp.
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.
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()
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