Receive-side latency result set. More...
Methods | |
| ByteCount.Get | |
| Gets the current received bytes counter. More... | |
| Description.Get | |
| Returns a textual description of the object. | |
| Framesize.Max.Get | |
| Gets the size (in bytes) of the largest frame received in this snapshot. More... | |
| Framesize.Maximum.Get | |
| Gets the size (in bytes) of the largest frame received in this snapshot. More... | |
| Framesize.Min.Get | |
| Gets the size (in bytes) of the smallest frame received in this snapshot. More... | |
| Framesize.Minimum.Get | |
| Gets the size (in bytes) of the smallest frame received in this snapshot. More... | |
| Interval.Duration.Get | |
| Gets the configured duration of this results snapshot [NS]. More... | |
| Jitter.Get | |
| Gets the jitter [ns] measured in this snapshot. More... | |
| Latency.Average.Get | |
| Gets the average latency [ns] measured in this snapshot. More... | |
| Latency.Maximum.Get | |
| Gets the maximum latency [ns] measured in this snapshot. More... | |
| Latency.Minimum.Get | |
| Gets the minimum latency [ns] measured in this snapshot. More... | |
| PacketCount.Get | |
| Gets the received packet count. More... | |
| PacketCount.Invalid.Get | |
| Gets the received packet count of invalid packets. More... | |
| PacketCount.Valid.Get | |
| Gets the received packet count of valid packets. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Refresh.Timestamp.Get | |
| Returns the timestamp when the counters of this object where last refreshed. More... | |
| Refresh | |
| Refresh the results, get the new counters. More... | |
| 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... | |
Receive-side latency result set.
The result set contains the latency information of since the object is created or refreshed.
A basic latency result snapshot object can be created via a Rx.Latency.Basic, using Rx.Latency.Basic::Result.Get
Receive all frames on "trunk-1-2" of some server, matching UDP source or destination port 67.
| Rx.Latency.Basic.ResultSnapshot::ByteCount.Get |
| Rx.Latency.Basic.ResultSnapshot::Framesize.Max.Get |
Gets the size (in bytes) of the largest frame received in this snapshot.
This example gets the largest frame size received in this snapshot.
Returns:
100
| Rx.Latency.Basic.ResultSnapshot::Framesize.Maximum.Get |
| Rx.Latency.Basic.ResultSnapshot::Framesize.Min.Get |
Gets the size (in bytes) of the smallest frame received in this snapshot.
This example gets the smallest frame size received in this snapshot.
Returns:
100
| Rx.Latency.Basic.ResultSnapshot::Framesize.Minimum.Get |
| Rx.Latency.Basic.ResultSnapshot::Interval.Duration.Get |
| Rx.Latency.Basic.ResultSnapshot::Jitter.Get |
| Rx.Latency.Basic.ResultSnapshot::Latency.Average.Get |
| Rx.Latency.Basic.ResultSnapshot::Latency.Maximum.Get |
| Rx.Latency.Basic.ResultSnapshot::Latency.Minimum.Get |
| Rx.Latency.Basic.ResultSnapshot::PacketCount.Get |
| Rx.Latency.Basic.ResultSnapshot::PacketCount.Invalid.Get |
| Rx.Latency.Basic.ResultSnapshot::PacketCount.Valid.Get |
| Rx.Latency.Basic.ResultSnapshot::Refresh |
| Rx.Latency.Basic.ResultSnapshot::Refresh.Timestamp.Get |
| Rx.Latency.Basic.ResultSnapshot::Timestamp.First.Get |
| Rx.Latency.Basic.ResultSnapshot::Timestamp.Get |
| Rx.Latency.Basic.ResultSnapshot::Timestamp.Last.Get |