ByteBlower port counter result set. More...
Methods | |
| ByteCount.Get | |
| Gets the current received bytes counter. More... | |
| ByteCount.WithCRC.Get | |
| Gets the current received bytes counter with the CRC. More... | |
| Description.Get | |
| Returns a textual description of the object. | |
| Framesize.Maximum.Get | |
| Gets the largest frame size received in this snapshot. More... | |
| Framesize.Minimum.Get | |
| Gets the smallest frame size received in this snapshot. More... | |
| PacketCount.Get | |
| Gets the received packet count. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Timestamp.First.Get | |
| Gets the timestamp [NS] of the first packet in this snapshot. More... | |
| Timestamp.Get | |
| Gets the snapshot timestamp [NS]. More... | |
| Timestamp.Last.Get | |
| Gets the current timestamp [NS] of the last packet in this snapshot. More... | |
ByteBlower port counter result set.
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.ResultRxData::ByteCount.Get |
| ByteBlowerPort.ResultRxData::ByteCount.WithCRC.Get |
| ByteBlowerPort.ResultRxData::Framesize.Maximum.Get |
Gets the largest frame size received in this snapshot.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the largest frame size received in this snapshot.
Returns:
100
| ByteBlowerPort.ResultRxData::Framesize.Minimum.Get |
Gets the smallest frame size received in this snapshot.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the smallest frame size received in this snapshot.
Returns:
100
| ByteBlowerPort.ResultRxData::PacketCount.Get |
| ByteBlowerPort.ResultRxData::Timestamp.First.Get |
Gets the timestamp [NS] of the first packet in this snapshot.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the timestamp [NS] of the first received packet in this snapshot
Returns:
1413475037767331530
| ByteBlowerPort.ResultRxData::Timestamp.Get |
| ByteBlowerPort.ResultRxData::Timestamp.Last.Get |
Gets the current timestamp [NS] of the last packet in this snapshot.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the timestamp [NS] of the last received packet in this snapshot
Returns:
1413475071947640170