Statistics Properties |
The AbstractBundlerStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| AverageBundleSize |
An average bundle size for this Bundler.
| |
| AverageBurstDuration |
An average time for bundled request processing (burst).
| |
| AverageThreadWaitDuration |
An average thread waiting time caused by under-filled bundle. The
wait time includes the time spend in the bundled request processing.
| |
| AverageThroughput |
An average bundled request throughput in size units per millisecond
(total bundle size over total processing time)
| |
| BundleCountSnapshot |
Snapshot for a total number of processed bundled.
| |
| BundleSizeSnapshot |
Snapshot for a total size of processed bundled.
| |
| BurstDurationSnapshot |
Snapshot for a burst duration.
| |
| ThreadWaitSnapshot |
Snapshot for a combined thread waiting time.
|