General interface for getting cumulative or interval results. More...
Methods | |
Clear | |
Clears the history. More... | |
Cumulative.Get | |
Returns a list of available cumulative results. More... | |
Cumulative.GetByIndex index | |
Returns a single item of the cumulative list. More... | |
Cumulative.GetByTime | |
Returns a single item of the cumulative list using a timestamp nanoseconds. More... | |
Cumulative.Latest.Get | |
Returns latest closed item of the cumulative list. More... | |
Cumulative.Length.Get | |
Returns the size of the cumulative list. More... | |
Description.Get | |
Returns a textual description of the object. | |
Interval.Get | |
Returns a list of available interval results. More... | |
Interval.GetByIndex index | |
Returns a single item of the interval list. More... | |
Interval.GetByTime | |
Returns a single item of the interval list using a timestamp in nanoseconds. More... | |
Interval.Latest.Get | |
Returns the latest closed item of the interval list. More... | |
Interval.Length.Get | |
Returns the size of the interval list. More... | |
Parent.Get | |
Returns the parent object. | |
Refresh.Timestamp.Get | |
RefreshTimestampGet. More... | |
Refresh | |
Updates the results with the results available on the server. More... | |
Sampling.BufferLength.Get | |
Number of samples to keep in the buffer. More... | |
Sampling.BufferLength.Set | |
Sets the number of samples to keep in the buffer. More... | |
Sampling.Interval.Duration.Get | |
Duration of one sampling interval in nanoseconds. More... | |
Sampling.Interval.Duration.Set | |
Sets the duration of one sampling interval. More... | |
General interface for getting cumulative or interval results.
Layer5.Http.ResultHistory::Clear |
Layer5.Http.ResultHistory::Cumulative.Get |
Returns a list of available cumulative results.
This example gets the available cumulative results
[ <Layer5.Http.ResultData object> ... ]
Layer5.Http.ResultHistory::Cumulative.GetByIndex | index | ||
Returns a single item of the cumulative list.
index |
This example gets the available cumulative counters at index 1
<Layer5.Http.ResultData object>
Layer5.Http.ResultHistory::Cumulative.GetByTime |
Returns a single item of the cumulative list using a timestamp nanoseconds.
This example gets the available cumulative counters
<Layer5.Http.ResultData object>
Layer5.Http.ResultHistory::Cumulative.Latest.Get |
Layer5.Http.ResultHistory::Cumulative.Length.Get |
Layer5.Http.ResultHistory::Interval.Get |
Returns a list of available interval results.
This example gets the available interval results
[ <Layer5.Http.ResultData object> ... ]
Layer5.Http.ResultHistory::Interval.GetByIndex | index | ||
Returns a single item of the interval list.
index |
This example gets the available interval counters at index 1
<Layer5.Http.ResultData object>
Layer5.Http.ResultHistory::Interval.GetByTime |
Returns a single item of the interval list using a timestamp in nanoseconds.
This example gets the available interval counters
<Layer5.Http.ResultData object>
Layer5.Http.ResultHistory::Interval.Latest.Get |
Layer5.Http.ResultHistory::Interval.Length.Get |
Layer5.Http.ResultHistory::Refresh |
Layer5.Http.ResultHistory::Refresh.Timestamp.Get |
Layer5.Http.ResultHistory::Sampling.BufferLength.Get |
Number of samples to keep in the buffer.
The ByteBlower server has a buffer to keep some samples before they are transferred to the client. This method gets the maximum number of samples the server can hold. The last sample will always be the running sample. When a sample is closed, the oldest sample in the buffer will be removed.
Layer5.Http.ResultHistory::Sampling.BufferLength.Set |
Sets the number of samples to keep in the buffer.
The ByteBlower server has a buffer to keep some samples before they are transferred to the client. This method sets the maximum number of samples the server can hold. The last sample will always be the running sample. When a sample is closed, the oldest sample in the buffer will be removed.
Layer5.Http.ResultHistory::Sampling.Interval.Duration.Get |
Layer5.Http.ResultHistory::Sampling.Interval.Duration.Set |