A collection of statistics containing the results of a frame size modifier. More...
Methods | |
ByteCount.Get | |
Returns the number of transmitted bytes. More... | |
Description.Get | |
Returns a textual description of the object. | |
Framesize.Maximum.Get | |
Returns the size of the biggest transmitted frame. More... | |
Framesize.Minimum.Get | |
Returns the size of the smallest transmitted frame. More... | |
Interval.Duration.Get | |
Gets the configured duration of this results snapshot [NS]. More... | |
PacketCount.Get | |
Returns the number of transmitted 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 | |
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... | |
A collection of statistics containing the results of a frame size modifier.
There are currently 2 frame size modifiers available: The FrameSizeModifier.Growing, which is the Growing Size modifier, and the FrameSizeModifier.Random, which is the Random Size modifier.
This example shows how to retrieve the number of packets handled by a FrameSizeModifier.Growing
Returns:
60
FrameSizeModifier.Result::ByteCount.Get |
FrameSizeModifier.Result::Framesize.Maximum.Get |
FrameSizeModifier.Result::Framesize.Minimum.Get |
FrameSizeModifier.Result::Interval.Duration.Get |
FrameSizeModifier.Result::PacketCount.Get |
FrameSizeModifier.Result::Refresh |
FrameSizeModifier.Result::Refresh.Timestamp.Get |
Returns the timestamp when the counters of this object where last refreshed.
Returns:
1432805398000000000
FrameSizeModifier.Result::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 transmitted packet in this snapshot
Returns:
1413475070000000000
FrameSizeModifier.Result::Timestamp.Get |
FrameSizeModifier.Result::Timestamp.Last.Get |
Gets the 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 transmitted packet in this snapshot
Returns:
1413475070000000000