byteblowerll.byteblower.ByteBlowerPortResultSnapshot

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

ByteBlower port counter result set.

The result set contains three different counters:

  • a Unicast counter, which counts all received unicast Ethernet frames.
  • a Broadcast counter, which counts all received broadcast Ethernet frames.
  • an All counter, which counts all received Ethernet frames.

Note

The “all” counter can be seen as the combination of the unicast and the broadcast counter.

Note

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

A ByteBlower port result data snapshot object can be created via a ByteBlowerPortResultData or ByteBlowerPortResultSnapshot

Example

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

port_result = port.ResultGet()
__init__(*args, **kwargs)

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

Methods

Clear()
DescriptionGet(*args) Gets a textual description for the current object
IntervalDurationGet() Gets the configured duration of this results snapshot [NS].
ParentGet() Returns the parent object.
Refresh() Retrieves the latest data from the server for this object.
RefreshImpl()
RefreshTimestampGet() Returns the timestamp on the server when the current snapshot is requested.
RxAllGet() Gets the received counters for the port.
RxBroadcastGet() Gets the received broadcast counters for the port.
RxUnicastGet() Gets the received unicast counters for the port.
TimestampGet() Gets the snapshot timestamp [NS].
__init__(*args, **kwargs) Initialize self.

Attributes

thisown The membership flag