| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Request_count |
Indicates the number of requests handled by the servlet since the last measurement period
|
Number
|
 
|
| Avg_processing_time |
Indicates the average time taken by the servlet to process the requests since the last measurement period
|
Secs
|
If the value of this measure increases consistently, it indicates a gradual deterioration in the server performance.  
|
| Max_processing_time |
Indicates the maximum time taken by the servlet to process the requests
|
Secs
|
If the time taken is significantly high, check for the errors or bottlenecks that interfere with the servlet's normal operation.
 
|
| Min_processing_time |
Indicates the minimum time taken by the servlet to process the current request
|
Secs
|
Minimum time taken to process the request is indicative of error free execution of service by the servlet.
 
|
| Error_count |
Indicates the errors encountered by the servlet, when a request is processed
|
Number
|
Ideally, the value for this measure should be 0. An error reported by this measure is a cause of concern; an analysis of the underlying reasons is hence necessitated.
 
|