Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The AbstractBundler..::..Statistics type exposes the following members.
Properties
| 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.
|