byteblowerll.byteblower.LatencyDistributionResultSnapshot

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

The latency distribution result.

Note

The information is not updated until Refresh() is called

Note

See What’s new in API v2 for more information.

__init__(*args, **kwargs)

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

Methods

BucketCountGet() Returns the number of buckets in which the range is divided.
BucketWidthGet() Returns the width in nanoseconds of a bucket.
ByteCountGet() Gets the current received bytes counter.
DescriptionGet(*args) Gets a textual description for the current object
FramesizeMaximumGet() Gets the largest frame size received in this snapshot.
FramesizeMinimumGet() Function: FramesizeMinimumGet
JitterGet() Gets the jitter [ns] measured in this snapshot.
LatencyAverageGet() Gets the average latency [ns] measured in this snapshot.
LatencyMaximumGet() Gets the maximum latency [ns] measured in this snapshot.
LatencyMinimumGet() Gets the minimum latency [ns] measured in this snapshot.
PacketCountAboveMaximumGet() Returns the number of packets arrived with a latency above the given range.
PacketCountBelowMinimumGet() Returns the number of packets arrived with a latency below the given range.
PacketCountBucketsGet() Returns the number of packets received per bucket.
PacketCountGet() Gets the received packet count.
PacketCountInvalidGet() Gets the received packet count of invalid packets.
PacketCountValidGet() Gets the received packet count of valid packets.
ParentGet() Returns the parent object.
RangeMaximumGet() Returns the exclusive maximum of the range configured.
RangeMinimumGet() Returns the inclusive minimum of the range configured.
Refresh() Retrieves the latest data from the server for this object.
RefreshTimestampGet() Returns the timestamp when the counters of this object where last refreshed.
TimestampFirstGet() Gets the timestamp [NS] of the first packet in this snapshot.
TimestampGet() Gets the snapshot timestamp [NS].
TimestampLastGet() Gets the current timestamp [NS] of the last packet in this snapshot.
__init__(*args, **kwargs) Initialize self.

Attributes

thisown The membership flag