public interface RequestLoggerMBean
Modifier and Type | Method and Description |
---|---|
Integer |
getNumberOfCreatedSessions()
Total number of sessions ever created since the application was started.
|
Integer |
getNumberOfCurrentActiveRequests()
Gets the current active requests number
|
Integer |
getNumberOfLiveSessions()
Gets the (recorded) number of currently live sessions.
|
Integer |
getPeakNumberOfActiveRequests()
The high water mark for the number of requests being processed concurrently
|
Integer |
getPeakNumberOfSessions()
The largest number of concurrent sessions since the application was started.
|
void |
restart()
Registers a new request logger at the application.
|
void |
stop()
Removes any set request logger from the application.
|
Integer getNumberOfCreatedSessions() throws IOException
Only available for web applications
.
IOException
Integer getNumberOfLiveSessions() throws IOException
Only available for web applications
.
IOException
Integer getPeakNumberOfSessions() throws IOException
Only available for web applications
.
IOException
Integer getNumberOfCurrentActiveRequests() throws IOException
IOException
Integer getPeakNumberOfActiveRequests() throws IOException
IOException
void restart() throws IOException
Only available for web applications
.
IOException
void stop() throws IOException
Only available for web applications
.
IOException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.