Contains the results for the size distribution. More...
Methods | |
| ByteCount.Get | |
| Gets the number of received bytes. 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... | |
| PacketCount.AboveMaximum.Get | |
| Gets number of received packets in this snapshot that are too big. More... | |
| PacketCount.BelowMinimum.Get | |
| Gets number of received packets that are too small. More... | |
| PacketCount.Get | |
| Gets the number received packets. Or if provided with a size, the number of packets received of that size. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Refresh.Timestamp.Get | |
| Refresh | |
| Updates the counters with the latest data available from the ByteBlower server. More... | |
| Timestamp.First.Get | |
| Gets the timestamp [NS] of the first received packet. More... | |
| Timestamp.Get | |
| Gets the snapshot timestamp [NS]. More... | |
| Timestamp.Last.Get | |
| Gets the current timestamp [NS] of the last received packet. More... | |
| Rx.Trigger.SizeDistribution.ResultSnapshot::ByteCount.Get |
| Rx.Trigger.SizeDistribution.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:
1024
| Rx.Trigger.SizeDistribution.ResultSnapshot::Framesize.Maximum.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:
1024
| Rx.Trigger.SizeDistribution.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:
60
| Rx.Trigger.SizeDistribution.ResultSnapshot::Framesize.Minimum.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:
60
| Rx.Trigger.SizeDistribution.ResultSnapshot::PacketCount.AboveMaximum.Get |
| Rx.Trigger.SizeDistribution.ResultSnapshot::PacketCount.BelowMinimum.Get |
| Rx.Trigger.SizeDistribution.ResultSnapshot::PacketCount.Get |
| Rx.Trigger.SizeDistribution.ResultSnapshot::Refresh |
| Rx.Trigger.SizeDistribution.ResultSnapshot::Timestamp.First.Get |
Gets the timestamp [NS] of the first received packet.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the timestamp [NS] of the first transmitted packet in this snapshot
Returns:
1413475037767331530
| Rx.Trigger.SizeDistribution.ResultSnapshot::Timestamp.Get |
| Rx.Trigger.SizeDistribution.ResultSnapshot::Timestamp.Last.Get |