On the performance and SQL monitoring details page of a tenant, you can view basic information about the tenant and the monitoring data such as SQL execution status.
View performance and SQL monitoring data
By default, the Performance And Sql tab displays the number of sessions and the execution frequency and response time of general SQL statements in the last hour. You can specify a time period or click fields in a chart to filter the data to view.
The following table describes the performance metrics.
You can click the question mark (?) next to a monitoring metric to view its details.
Monitoring item | Metric | Description |
QPS |
| The number of a specific type of SQL statements processed per second. Unit: times/s. |
Response Time |
| The average time consumed to process an SQL statement of each specific type, and the average time consumed to process SQL statements at the 99th percentile. Unit: ms. |
Number of Sessions |
| The number of all or active sessions in the tenant database. |
SQL Execution Plan Type |
| The number of executions of a specific type of execution plans. Unit: times/s. |
Events Waited per Second |
| The number of a specific type of wait events per second. Unit: times/s. |
Average Wait Time per Event | The average wait time of a wait event of a specific type. Unit: μs. | |
Requests Enqueued and Dequeued per Second | The number of requests entering or exiting the queue per second. Unit: times/s. | |
SQL Request Queue Time | request_queue_time | The wait time of an SQL query in a queue. Unit: μs. |
CPU Utilization of Tenant | ob_cpu_percent | The CPU utilization of the tenant. Unit: %. |
MemStore Usage | memstore_percent | The MemStore usage of the tenant. Unit: %. |
RPC Packet Transmission Time | The average time consumed in sending or receiving an RPC packet. Unit: μs. | |
RPC packet throughput per unit time | The data amount of RPC packets that are sent and received per unit time. Unit: KB. | |
Open Cursor Count | opened_cursors_count | The number of open cursors. |
Wait Events in Specific State in Database |
|
|
Execution Events in Specific State in Database |
|
|
Slow SQL Statements | slow_sql_count | The number of slow SQL statements. |