ByteBlower port counter result set. More...
Methods | |
| Description.Get | |
| Returns a textual description of the object. | |
| Interval.Duration.Get | |
| Gets the configured duration of this results snapshot [NS]. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Rx.All.Get | |
| Gets the received counters for the port. More... | |
| Rx.Broadcast.Get | |
| Gets the received broadcast counters for the port. More... | |
| Rx.Unicast.Get | |
| Gets the received unicast counters for the port. More... | |
| Timestamp.Get | |
| Gets the snapshot timestamp [NS]. More... | |
ByteBlower port counter result set.
The result set contains three different counters:
A ByteBlower port result data snapshot object can be created via a ByteBlowerPort.ResultData or ByteBlowerPort.ResultSnapshot
Receive all frames on "trunk-1-2" of some server,
| ByteBlowerPort.ResultData::Interval.Duration.Get |
| ByteBlowerPort.ResultData::Rx.All.Get |
Gets the received counters for the port.
This will return a ByteBlowerPort.ResultRxData object which contain all counters from a port
Returns:
<ByteBlowerPort.ResultRxData object>
| ByteBlowerPort.ResultData::Rx.Broadcast.Get |
Gets the received broadcast counters for the port.
This will return a ByteBlowerPort.ResultRxData object which contain all counters from a port. This will only contain the broadcast packets received on the port.
Returns:
<ByteBlowerPort.ResultRxData object>
| ByteBlowerPort.ResultData::Rx.Unicast.Get |
Gets the received unicast counters for the port.
This will return a ByteBlowerPort.ResultRxData object which contain all unicast counters from a port. This will only contain the broadcast unicast received on the port.
Returns:
<ByteBlowerPort.ResultRxData object>