|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.jetty6.JettyWebContainerStatsImpl
public class JettyWebContainerStatsImpl
Jetty implementation of the Geronimo stats interface WebContainerStats
| Constructor Summary | |
|---|---|
JettyWebContainerStatsImpl()
|
|
| Method Summary | |
|---|---|
RangeStatistic |
getActiveRequestCount()
Gets the number of requests being processed concurrently (as well as the min and max since statistics gathering started). |
RangeStatisticImpl |
getActiveRequestCountImpl()
|
TimeStatistic |
getConnectionDuration()
Gets the legnth of time that connections have been open (includes figures across all connections open at present) |
TimeStatisticImpl |
getConnectionDurationImpl()
|
RangeStatistic |
getConnectionRequestCount()
Gets the number of requests handled by a particular connection (as well as the min and max since statistics gathering started). |
RangeStatisticImpl |
getConnectionRequestCountImpl()
|
RangeStatistic |
getOpenConnectionCount()
Gets the number of connections currently open (as well as the min and max since statistics gathering started). |
RangeStatisticImpl |
getOpenConnectionCountImpl()
|
TimeStatistic |
getRequestDuration()
Gets the legnth of time taken to process a request (includes figures across all requests since statistics gathering started) |
TimeStatisticImpl |
getRequestDurationImpl()
|
CountStatistic |
getTotalConnectionCount()
Gets the total number of connections thus far |
CountStatisticImpl |
getTotalConnectionCountImpl()
|
CountStatistic |
getTotalErrorCount()
Gets the number of errors that have been returned since statistics gathering started. |
CountStatisticImpl |
getTotalErrorCountImpl()
|
CountStatistic |
getTotalRequestCount()
Gets the number of requests that have been processed since statistics gathering started. |
CountStatisticImpl |
getTotalRequestCountImpl()
|
boolean |
isStatsOn()
Gets the current state of statistics collection (on or off) |
void |
setStatsOn(boolean on)
|
| Methods inherited from class org.apache.geronimo.management.stats.StatsImpl |
|---|
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.management.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Constructor Detail |
|---|
public JettyWebContainerStatsImpl()
| Method Detail |
|---|
public CountStatistic getTotalConnectionCount()
WebContainerStats
getTotalConnectionCount in interface WebContainerStatspublic RangeStatistic getOpenConnectionCount()
WebContainerStats
getOpenConnectionCount in interface WebContainerStatspublic RangeStatistic getConnectionRequestCount()
WebContainerStats
getConnectionRequestCount in interface WebContainerStatspublic TimeStatistic getConnectionDuration()
WebContainerStats
getConnectionDuration in interface WebContainerStatspublic CountStatistic getTotalErrorCount()
WebContainerStats
getTotalErrorCount in interface WebContainerStatspublic CountStatistic getTotalRequestCount()
WebContainerStats
getTotalRequestCount in interface WebContainerStatspublic RangeStatistic getActiveRequestCount()
WebContainerStats
getActiveRequestCount in interface WebContainerStatspublic TimeStatistic getRequestDuration()
WebContainerStats
getRequestDuration in interface WebContainerStatspublic boolean isStatsOn()
WebContainerStats
isStatsOn in interface WebContainerStatspublic void setStatsOn(boolean on)
public CountStatisticImpl getTotalConnectionCountImpl()
public RangeStatisticImpl getOpenConnectionCountImpl()
public RangeStatisticImpl getConnectionRequestCountImpl()
public TimeStatisticImpl getConnectionDurationImpl()
public CountStatisticImpl getTotalErrorCountImpl()
public CountStatisticImpl getTotalRequestCountImpl()
public RangeStatisticImpl getActiveRequestCountImpl()
public TimeStatisticImpl getRequestDurationImpl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||