Methods Summary |
---|
public int | getErrorCount()Gets the number of requests processed by the servlet that have resulted
in errors.
|
public long | getMaxTimeMillis()Gets the maximum request processing time of the servlet.
|
public long | getMinTimeMillis()Gets the minimum request processing time of the servlet.
|
public long | getProcessingTimeMillis()Gets the total execution time of the servlet's service method.
|
public int | getRequestCount()Gets the number of requests processed by the servlet.
|