eG Monitoring
 

Measures reported by JEUSAppsTest

This test automatically discovers all applications installed on the JEUS server, and reports real-time performance data pertaining to each of the applications.

Outputs of the test : One set of results for each deployment type:application on the target server.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
status Indicates the current status of this application.   The values reported by this measure and its numeric equivalents are mentioned in the table below:

Measure Value Numeric Value
Running 10
Distributed 9

Note:

By default, this measure reports the current status of each application. The graph of this measure however, is represented using the numeric equivalents only - 9 or 10.

The detailed diagnosis of this measure lists the name of the contexts in each application, total number of requests received by the application corresponding to the contexts, number of successful/failure requests and average time taken to process the requests.

activeSessions Indicates the number of sessions that are currently active for this application. Number  
totalRequests Indicates the total number of requests received by this application during the last measurement period. Number This measure is a good indicator of the load on each application. Compare the value of this measure across applications to identify which application is experiencing very high load.
totalRequestRate Indicates the rate at which the requests were received by this application. Requests/sec  
successfulRequests Indicates the number of requestes to this application that were processed succesfully during the last measurement period. Number Ideally, the value of this measure is desired to be high.
successRequestRate Indicates the rate at which the requests to this application were processed succesfully. Requests/sec  
unsuccessfulRequests Indicates the number of requests to this application that failed during the last measurement period. Number Ideally, the value of this measure should be very low (zero). A sudden/gradual increase in the value of this measure indicates the processing bottle-neck on the server.
unSuccessRequestRate Indicates the rate at which the requests to this application failed. Requests/sec  
averageProcessTime Indicates the average time taken by this application to process the requests. Milliseconds A low value is desired for this measure. A consistent rise in the value of this measure could indicate a processing bottleneck, which in turn may affect application performance. Compare the value of this measure across applications to identify the application that is least responsive to user requests.