Changes to your system, such as increase in work load, can
affect transaction performance. Once a month, monitor transactions
on the node to make sure that transaction performance has not deteriorated.
In an OpenVMS Cluster environment, monitor transaction performance
on all the nodes in the cluster.
Monitor transactions,
using the MONITOR TRANSACTION command:MONITOR TRANSACTION/SUMMARY[=file-spec]/ENDING=time/NODE=(nodename,...)where:
file-spec
is the file specification
of the summary file. Information about transactions is summarized
and recorded in the summary file. If you omit the file specification,
the information is recorded in MONITOR.SUM in your default directory.
time
is the time that the monitoring
session ends.
nodename
is the name of a node. In an OpenVMS
Cluster, list all the nodes in the cluster.
For the best results, monitor transactions for a day at a
time. You can monitor transactions in batch mode by including the MONITOR TRANSACTION command in a command procedure. For a full description of the MONITOR TRANSACTION command, refer to the HP OpenVMS System Management Utilities Reference Manual.
Examine the summary file. The summary file contains values for a number of different
data items. Note the following values for each node:
Average end rate. This is the average
number of transactions completed per second.
Average completion rates. These are the average
numbers of transactions completed in the following times:
Less than 1 second
Between 1 and 2 seconds
Between 2 and 3 seconds
Between 3 and 4 seconds
Between 4 and 5 seconds
More than 5 seconds
Make a note of these values.
Compare the results from this monitoring session
with the results from previous sessions. For the same work load, the rate and duration of transactions
should remain about the same. Indications of performance deterioration
are:
The average end rate decreases
The average duration increases To find out whether the average duration of transactions has
increased, compare the average completion rates. If a greater proportion
of the transactions takes longer to complete, the average duration
of transactions has increased.
Note any trends over a number of monitoring sessions. Variations
from one monitoring session to the next are probably due to variations
in work load. If you suspect that transaction performance has deteriorated
on any node, check whether its transaction log is too small (see
Checking Whether a Transaction Log Is Too Small). If the transaction log is big enough, but transaction performance
still deteriorates, tuning the system might be necessary. Refer
to OpenVMS Performance Management for information about tuning your system.