|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PWCKeepAliveStats
Provides statistical information about the HttpService HTTP-level keep-alive system
| Method Summary | |
|---|---|
CountStatistic |
getCountConnections()
Number of connections in keep-alive mode |
CountStatistic |
getCountFlushes()
The number of times the server had to close a connection because the KeepAliveCount exceeded the MaxKeepAliveConnections |
CountStatistic |
getCountHits()
The number of times a request was successfully received from a connection that had been kept alive |
CountStatistic |
getCountRefusals()
The number of times the server could not hand off the connection to a keep-alive thread, possibly due to too many persistent connections |
CountStatistic |
getCountTimeouts()
The number of times the server terminated keep-alive connections as the client connections timed out, without any activity |
CountStatistic |
getMaxConnections()
Maximum number of connections allowed in keep-alive mode simultaneously |
CountStatistic |
getSecondsTimeouts()
The time (in seconds) before idle keep-alive connections are closed |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
CountStatistic getCountConnections()
CountStatistic getMaxConnections()
CountStatistic getCountHits()
CountStatistic getCountFlushes()
CountStatistic getCountRefusals()
CountStatistic getCountTimeouts()
CountStatistic getSecondsTimeouts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||