|
Measures reported by OraRacSerResTest
This test is used to measure the request processing ability of the each node in the target Oracle cluster.
Outputs of the test : One set of results for each node in the target Oracle cluster being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Resp_time_per_txn |
Indicates the average time taken by this node to process every transaction. |
Seconds |
Ideally, the value of this measure should be low. If this measure, records a high value then it indicates that the Oracle database server takes more time to respond to user transactions. We suggest that you identify the queries that are responsible for this, and fine-tune them for efficiency. |
| Sql_service_response |
Indicates time taken by this node to process SQL queries and send the result-set back to the user. |
Seconds |
Ideally, the value of this measure should be low. If this measure shows high value then you must check which event takes more time. The response time for SQL queries can also increase due to any of the following factors:
A resource contention;
An object lock;
Inefficient SQL queries
|
|