| Interface | Description |
|---|---|
| IConnectionStatisticsFactory | |
| IMetricValueTranslator | |
| IPerformanceCollector |
Collector for all kinds of performance-related data.
|
| Class | Description |
|---|---|
| BatchEntry | |
| DbMetric |
This contains some metric obtained from database performance statistics (v$client_stats in Oracle).
|
| GlobalPerformanceStore |
This stores global statistics for database queries all through the pool for
session based requests.
|
| JspPageHandler |
Helper class to reduce the horrible code in pool.jsp, without having to copy multiple
parts.
|
| JsTemplater |
This implements a small templating engine.
|
| MetricsDefinition | |
| MetricsDefinition.MetricBuilder | |
| OracleConnectionStatisticsFactory | |
| OracleStatisticsCreator |
This Oracle-only thing enables per-session tracing of database performance data.
|
| PerfItem |
This encapsulates a single stored performance metric of a given type and key.
|
| PerfList |
Definition for some performance counter.
|
| PerformanceCollector | |
| PerformanceStore |
Generic metrics storage class; base class both the per-thread metrics
storage plus the per-session and per-startup stores.
|
| SessionStatistics |
Collects statistics inside a http session, for debugging purposes.
|
| SessionStatisticsEntry |
A single request's data as stored in the session statistics.
|
| StatementStatistics |
The statistics for a single SQL statement during the request/response cycle.
|
| StatisticsCollector |
This collects per-statement execution time and collects statement counts per statement.
|
| StatisticsCollectorBase |
Base class containing just count and overall time stuff.
|
| TranslatedMetric |
Copyright © 2017 etc.to. All rights reserved.