Statistics are recorded for all Application Servers requested through
the Load Manager. Data is kept for the length of jobs and for the
amount of time required to wait for a server. The job times are based
on state changes sent from the Application Servers and vary slightly
from the job times reported by the Application Broker.
A statistics report
can be obtained by running a special program via the Application Broker.
The Load Manager statistics are returned when _PROGRAM is set to LOADSTAT
and _SERVICE specifies any service that uses the desired Load Manager.
If the Load Manager was started with the -passwd option, _PASSWD must
be used to supply the password. For example, the URL
http://yourserver/scripts/broker.exe?
_service=default&_program=loadstat&_passwd=secret
might return the following
report:
The columns of the report
are defined as
is the Application
Server host.
is the port number
for the Application Server.
is the number of complete
Application Broker requests that were processed.
is the length of the
longest-running Application Broker request, in seconds.
is the average length
of all Application Broker requests, in seconds.
is the percentage of
Application Broker requests that had to wait for an Application Server.
is the average amount
of time, in seconds, that an Application Broker request waited, if
it had to wait.