Monitoring Exadata Performance
Monitoring Exadata Performance
Click the SQL Monitoring link in the Enterprise Manager performance page
Without
using Grid Control or Enterprise Manager Database Console the SQL monitoring details can be extract using the DBMS_SQLTUNE.REPORT_SQL_MONITOR package function .
We can access the data of Grid Control or Enterprise Manager Database Console from the V$ views directly.
GV$SQL_MONITOR view contains the statement execution-level monitoring data. The GV$SQL_PLAN_MONITOR view contains execution plan line-level metrics ,monitored and updated in real time. We can query the
10
The V$SQL and V$SQLSTATS views still do have some advantage over SQL Monitoring and ASH-style sampled data in a few cases. For example, if you want to measure metrics like the number of executions, buffer gets, parse calls, fetches, or rows returned by the SQL child cursor, you can get this data from both Real-time SQL Monitoring (V$SQL_MONITOR) or the V$SQL/V$SQLSTATS views, but not ASH. But the problem with SQL Monitoring is that it doesnt monitor short-running queries at all, therefore making it unusable for keeping track of OLTP-style small queries executed many times per second.
11
12
Alert History
CellCLI> LIST ALERTHISTORY WHERE severity = 'critical AND examinedBy = '' DETAIL
Acknowledging Alerts
CellCLI> ALTER ALERTHISTORY 123456633/All examinedBy='JohnSmith
Propagating Alerts via SNMP and SMTP CellCLI> ALTER CELL smtpServer='smtp.example.com', smtpFromAddr='[email protected]', smtpFrom='John Smith', smtpToAddr='[email protected]', snmpSubscriber=((host=host1),(host=host2)), notificationPolicy='critical, warning, clear', notificationMethod='mail, snmp Creating Threshold Alerts CellCLI> CREATE THRESHOLD gd_io_errs_min.gd_threshold warning=100, critical=200, comparison='='
14
Monitoring Active Requests The I/O requests that are actively processed by the Exadata Storage Servers can be monitored using the activerequest
LIST ACTIVEREQUEST WHERE ioType = <type of the I/O activity> DETAIL
15
The System Monitoring Plug-in for Oracle Exadata Storage Server enables you to manage and monitor Storage Server targets using Grid Control . To monitor Exadata Storage Server create a group and add storage cell metrics.
16
17
18
19
THANK YOU
20