Changes to your system, such as increase in work load, canaffect transaction performance. Once a month, monitor transactionson the node to make sure that transaction performance has not deteriorated.In an OpenVMS Cluster environment, monitor transaction performanceon 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 specificationof the summary file. Information about transactions is summarizedand 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 monitoringsession ends.
nodename
is the name of a node. In an OpenVMSCluster, list all the nodes in the cluster.
For the best results, monitor transactions for a day at atime. 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 differentdata items. Note the following values for each node:
Average end rate. This is the averagenumber of transactions completed per second.
Average completion rates. These are the averagenumbers 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 sessionwith the results from previous sessions. For the same work load, the rate and duration of transactionsshould remain about the same. Indications of performance deteriorationare:
The average end rate decreases
The average duration increases To find out whether the average duration of transactions hasincreased, compare the average completion rates. If a greater proportionof the transactions takes longer to complete, the average durationof transactions has increased.
Note any trends over a number of monitoring sessions. Variationsfrom one monitoring session to the next are probably due to variationsin work load. If you suspect that transaction performance has deterioratedon 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 performancestill deteriorates, tuning the system might be necessary. Referto OpenVMS Performance Management for information about tuning your system.