eG Monitoring
 

Measures reported by WsWebAppsTest

The WsWebAppsTest measures the statistics pertaining to the web applications hosted on the WebSphere application server. The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Num_loaded_servlets Indicates the current number of loaded servlets. Number A sudden increase in the number of loaded servlets indicates an increase in the load on the server or for that particular application.
Num_reloads Indicates the number of times the servlet is being reloaded. Number It is preferable to have minimum reloads for optimal performance of the application.
Request_rate Indicates the total number of requests for the servlets. Reqs/Sec An increase in the request rate indicates an increase in the server load.
Concurrent_requests Number of requests that are concurrently being processed. Number An increase in the value of this measure indicates an increase in the user workload. It may also increase due to the overload on the server.
Response_time Indicates the time taken for the completion of the requests. Secs An increasing value indicates a bottleneck on the server. This may arise due to one of the following reasons: 1.The server might be running out of resources.

2. The server may be overloaded with requests.

3. Some problem with the available bandwidth on the network.

Error_rate Indicates the rate at which errors or exceptions are occurring in the servlets. Errors/Sec A high rate of errors might occur due to too many requests on the application or there might be a bottleneck on the application.