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-38
It is the information about I/O operations to and from a server class. A send
operation is a message sent from the link manager to a server class process. A
reply operation is a message received by the link manager from a server class
process.
When an HTTPD process communicates with NSJSP, a single HTTPD message
sent to an NSJSP process results in multiple send operations from the link
manager to the process. This is because of the limitation on the maximum number
of bytes that can be sent in one send operation. Similarly, a single HTTP response
from the NSJSP Server Class process might result in multiple outgoing messages
between the process and the link manager.
Table 4-18 lists GUI the server class statistics.
Note. The communication between an HTTPD process and an NSJSP Server Class
process need not always happen through a link manager. If the session based load
balancing is turned on, HTTPD processes communicate with the NSJSP Server Class
processes directly through file system calls. In such a case, the link manager counters on
this page are not incremented.
Table 4-18. Server Class Statistics
Attribute Description
Queue Info
Request Count Total number of requests for a link that were not satisfied
immediately.
% Waits Percentage of requests indicated by the Request Count value
waited in the link wait queue before it was serviced.
Maximum Waits Maximum number of requests that were queued in the link
manager queue.
Average Waits Average number of requests that were waiting.
Dynamic Links Percentage of outstanding link requests that were serviced by
dynamic links.
IO Info
Send Request Count Total number of requests sent to servers within the server class.
Send Maximum Size Size, in bytes, of the largest amount of data transferred in a send.
Send Average Size Size, in bytes, of the average amount of data transferred in a send.
Send IOs Number of I/O operations sent to servers within the server class.
Reply Request Count Not applicable
Reply Max Size Size, in bytes, of the largest amount of data transferred in a reply
from the server class.
Reply Average Size Size, in bytes, of the average amount of data transferred in a reply
from the server class.
Reply IOs Not applicable