NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
4-34
This page displays the activities of the NSJSP connector component. The connector
activities indicate the incoming request workload for individual NSJSP processes.
Table 4-16
lists the attributes in the NSJSP Connector Stats page.
Viewing Configuration Parameters
The server class configuration parameters are used during initialization. The
parameters that are displayed using the NSJSP Manager Application are defined in the
servlet.config file. However, some of the parameters are displayed with their
default values and are not required to be explicitly set. For example, the
AUTORESTART parameter is shown with the default value of 3 and is not mentioned in
Figure 4-19. NSJSP Connector Stats Page
Table 4-16. Attributes in the NSJSP Connector Statistics page
Attribute Description
Process Name Name of the NSJSP process.
Thread Used Number of request processing threads created by the connector
that are currently active. These threads are either waiting to
process an incoming request or are already processing a request.
Thread Free Number of threads that the connector can create, if required. This
number does not include any threads that are already created.
Thread Total Maximum number of request processing threads that the
connector can create.
Request Count Total number of requests processed by the connector.
Request Arrival Rate
(in last min.)
Number of requests received by the NSJSP process in the last
one minute.
Average Service Time
(in ms)
Average time taken to process incoming requests. This value is
expressed in milliseconds.
Min. Time
(in ms)
Minimum time taken to process incoming requests. This value is
expressed in milliseconds.
Max. Time
(in ms)
Maximum time taken to process incoming requests. This value is
expressed in milliseconds.