|
Configuration of EgJbServletTest
This test monitors the servlets deployed on the JBoss AS/EAP server and reports the following:
- The number of incoming requests to each servlet;
- The time taken to load each servlet;
- The time taken by each servlet to to process the requests and the rate at which the requests are processed
This way, the administrators can identify the servlet that is handling the maximum number of requests.
The default parameters associated with this test are:
Specify whether the server to be monitored is currently running in DOMAIN MODE or not using the IS JBOSS RUNNING IN DOMAIN MODE? flag. By default, this flag is set to No which implies that the server is currently running in STANDALONE MODE. If you have started the target JBoss server using the default web profile configuration in domain mode i.e, if you have executed the ./domain.sh command from the <JBoss_INSTALL_DIR>/bin directory, then specify Yes against this flag.
In the JBOSS HOST NAME text box, specify whether the target server to be monitored is a master or a slave in a JBoss cluster. By default, none will be specified here which implies that the target JBoss server is a standalone server. Refer to Monitoring JBoss AS/EAP servers document to know how to identify whether the target server is a master or slave in your environment.
Specify the credentials of the user who is authorized to access the management console of the target JBoss server, in the MANAGEMENT USER and MANAGEMENT PASSWORD text boxes. To create a new user, click here.
When changing the configuration for specific servers, a “*” beside the text box corresponding to the parameter signifies that these values have to be manually configured by the user. The parameter values that require to be configured will typically be prefixed with a “$” or contain a series of “*”. A value of "none" in the parameter value indicates that the corresponding parameter value can be changed if required.
|