Differences
This shows you the differences between two versions of the page.
oracle_exadata_management [2020/12/01 10:39] – created andonovj | oracle_exadata_management [2020/12/01 10:39] (current) – andonovj | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Overview===== | =====Overview===== | ||
- | =====Monitoring===== | ||
- | ====Scripts===== | ||
- | Scripts that are specific to exadata monitoring: | ||
- | |||
- | <sxh> | ||
- | select a.name, b.value/ | ||
- | from v$sysstat a, v$mystat b | ||
- | where a.statistic# | ||
- | (a.name in (' | ||
- | ' | ||
- | 'cell IO uncompressed bytes' | ||
- | or a.name like 'cell phy%' | ||
- | </ |