Receive-side trigger 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... | |
| PacketCount.Get | |
| Gets the received packet count. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Refresh.Timestamp.Get | |
| Returns the timestamp when the counters of this object where last refreshed. More... | |
| Refresh | |
| Updates the counters with the latest data available from the ByteBlower server. 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 timestamp [NS] of the last packet in this snapshot. More... | |
Receive-side trigger result set.
The result set contains the trigger information of since the object is created or refreshed.
A basic trigger result snapshot object can be created via a Rx.Trigger.Basic, using Rx.Trigger.Basic::Result.Get
Receive all frames on "trunk-1-2" of some server, matching UDP source or destination port 67.
| Rx.Trigger.Basic.ResultSnapshot::ByteCount.Get |
| Rx.Trigger.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:
1024
| Rx.Trigger.Basic.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.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:
60
| Rx.Trigger.Basic.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.Basic.ResultSnapshot::Interval.Duration.Get |
| Rx.Trigger.Basic.ResultSnapshot::PacketCount.Get |
| Rx.Trigger.Basic.ResultSnapshot::Refresh |
| Rx.Trigger.Basic.ResultSnapshot::Refresh.Timestamp.Get |
Returns the timestamp when the counters of this object where last refreshed.
Returns:
1432805398000000000
| Rx.Trigger.Basic.ResultSnapshot::Timestamp.First.Get |
Gets the timestamp [NS] of the first packet in this snapshot.
This example gets the timestamp [NS] of the first received packet in this snapshot
Returns:
1413475037767331530
| Rx.Trigger.Basic.ResultSnapshot::Timestamp.Get |
| Rx.Trigger.Basic.ResultSnapshot::Timestamp.Last.Get |