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. | |
Refresh.Timestamp.Get | |
Returns the timestamp on the server when the current snapshot is requested. More... | |
Refresh | |
Refresh the counters in this object. | |
Rx.All.Get | |
Gets the received counters for the port. This will return a ByteBlowerPort.ResultRxData object which contain all counters from a port. More... | |
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. More... | |
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. 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, matching UDP source or destination port 67.
ByteBlowerPort.ResultSnapshot::Interval.Duration.Get |
ByteBlowerPort.ResultSnapshot::Refresh.Timestamp.Get |
Returns the timestamp on the server when the current snapshot is requested.
When the snapshot is part of a history, the refresh timestamp will be the same as refresh timestamp of the History object.
Returns:
1432805398000000000
ByteBlowerPort.ResultSnapshot::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.ResultSnapshot::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.ResultSnapshot::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>