| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.stats |
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
|
| org.glassfish.j2ee.statistics |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AverageRangeStatistic |
| Modifier and Type | Class and Description |
|---|---|
class |
AverageRangeStatisticImpl |
class |
BoundedRangeStatisticImpl
An implementation of a BoundedRangeStatistic.
|
class |
MutableAverageRangeStatisticImpl |
class |
MutableBoundedRangeStatisticImpl
An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
|
class |
RangeStatisticImpl
An implementation of a RangeStatistic.
|
| Modifier and Type | Method and Description |
|---|---|
RangeStatistic |
ConnectorWorkMgmtStats.getActiveWorkCount()
returns the current, low & high counts of the work objects executed for
a connector module since the last reset.
|
RangeStatistic |
ThreadPoolStats.getAverageTimeInQueue()
Returns average time in milliseconds a work item waited in the work queue before getting processed.
|
RangeStatistic |
ThreadPoolStats.getAverageWorkCompletionTime()
Returns the statistical information about the average completion time of a work item in milliseconds.
|
RangeStatistic |
ConnectionPoolStats.getConnRequestWaitTime()
Indicates the longest, shortest wait times of connection
requests.
|
RangeStatistic |
StatefulSessionStoreStats.getCurrentSize()
Returns the number of passivated/checkpointed sessions in the
store
|
RangeStatistic |
ConnectionPoolStats.getNumConnFree()
Indicates the number of free connections in the pool in addition
to their high and low watermarks.
|
RangeStatistic |
ConnectionPoolStats.getNumConnUsed()
Statistic to represent the Connection Usage
In addition to information about the number of connections being
used currently, this also contains information about the
Maximum number of connections that were used(High Watermark)
|
RangeStatistic |
ConnectorWorkMgmtStats.getWaitQueueLength()
indicates the current, high & low of the number of work objects waiting
in the work queue before executing, since the last reset
|
RangeStatistic |
ConnectorWorkMgmtStats.getWorkRequestWaitTime()
indicates the longest and shorted wait of a work object in the work queue
before it gets executed, since the last reset
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoundedRangeStatistic
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
|
| Modifier and Type | Method and Description |
|---|---|
RangeStatistic |
SessionBeanStats.getMethodReadyCount()
Number of beans in the method-ready state.
|
RangeStatistic |
StatefulSessionBeanStats.getPassiveCount()
Number of beans that are in the passive state.
|
RangeStatistic |
EntityBeanStats.getPooledCount()
Number of beans in the pooled state.
|
RangeStatistic |
EntityBeanStats.getReadyCount()
Number of beans in the ready state.
|
RangeStatistic |
JDBCConnectionPoolStats.getWaitingThreadCount()
Number of threads waiting for a connection.
|
RangeStatistic |
JCAConnectionPoolStats.getWaitingThreadCount()
The number of threads waiting for a connection
|
Copyright © 2015. All rights reserved.