Useful Statistics to Monitor
|
Statistic |
Meaning |
Possible action |
|---|---|---|
|
Number of non-share locks held |
Indicates the number of non-share locks (primarily update locks) held. The larger the number of update locks held, the greater the probability of contention between the tasks holding the locks and other tasks accessing the same database. |
Issue COMMITs more frequently in update jobs |
|
Task wait status |
Indicates whether a task is waiting for access to an area or record |
|
|
ECB type |
Denotes the type of resource being waited on. In the case of area locks and dbkey locks, this statistic will contain the literal 'LMGR ECB'. Note: in the Performance Monitor this information is listed under the column headings 'First ECB', 'Second ECB', and 'Third ECB'. |
|
|
Number of shared locks held |
Indicates the number of share locks held. Share locks allow transactions other than the owning transaction to read the row, but not to update it. Thus, higher levels of share locks can impede concurrency (and throughput) if they are placed on rows in areas that are heavily accessed. |
The number of locks held can be reduced by increasing the COMMIT frequency within the application. |
|
ISO (SQL only) |
Indicates the isolation level of the transaction. The isolation level of a transaction defines how long retrieval locks are held. |
Ensure that the transaction is running in the appropriate isolation level for the level of data integrity required by the application. |
|
State (SQL only) |
Indicates the state of the transaction which defines how the transaction is affecting the data it is processing:
|
Ensure that the transaction state is appropriate for the type of processing being performed. Transactions that only read data should have a state of RO. |
|
Ratio of global resource lock requests to local lock requests |
Indicates the number of times that CA IDMS had to acquire or alter a global lock on an area, page, or record in order to service the indicated number of local lock requests. The larger this ratio, the greater the inter-member contention for resources, since CA IDMS acquires global record and page locks only if contention exists between members. |
|
|
Ratio of the number of global lock waits to the number of global lock requests. |
Indicates the number of times that CA IDMS had to wait for a global lock request to complete. This ratio is a measure of one or more of the following types of contention:
|
|
|
Number of times lock storage overflowed |
Indicates the number of times that CA IDMS had to acquire lock storage dynamically in order to satisfy a lock request. The larger this number the more CPU cycles that were expended to satisfy lock requests. Additionally the storage pool may become fragmented since dynamically acquired storage may not always be releasable. |
|
Where the Statistics are Reported
Reducing Area Contention
Reducing Record Contention
|
Copyright © 2014 CA.
All rights reserved.
|
|