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

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide674372-005
4-46
NSJSP Manager Operations
This page displays the activities of the NSJSP connector component. The connector
activities indicate the incoming request workload for individual NSJSP processes.
Table 4-18
lists the attributes in the NSJSP Connector Stats page.
Figure 4-23. NSJSP Connector Stats Page
Note. The start time for the request is clocked from the moment a request is read from
$Receive. The end time is clocked from the time the response is sent back. The end
point start time and end time is used to calculate the Average Service Time, Min
Service Time and Max Service Time for the server class.
Table 4-18. 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.