eG Monitoring
 

Measures reported by IBMWLPServlTest

For each servlet of the web application deployed on the target IBM WebSphere Liberty server, this test reports the rate at which each servlet was hit and the maximum time taken by each servlet to respond to user requests. In addition, this test reports the number of hits to each servlet. Using this test, administrators can figure out the servlet that has garnered the maximum number of hits and the servlet that took too long to respond to requests.

Outputs of the test : One set of results for each web application:servlet deployed on the target IBM WebSphere Liberty server being monitored.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
requestCount Indicates the number of requests(hits) to access this servlet. Number Compare the value of this measure across the servlets to figure out the servlet to which maximum number of requests were made.
requestRate Indicates the rate at which this servlet was hit. Requests/sec  
responseTime Indicates the average time taken by this servlet to respond to requests. Milliseconds Compare the value of this measure across servlets to figure out the servlet that is taking too long to respond.