Search the file for: with .* derivation rulettes. The results should resemble the following:
DATA_DRIVEN with 115 derivation rulettes
DATA_DRIVEN with 115 derivation rulettes
DATA_DRIVEN with 187230 derivation rulettes
DATA_DRIVEN with 97 derivation rulettes
DATA_DRIVEN with 115 derivation rulettes
The third line (187230 derivation rulettes) indicates an issue because the number of derivation rulettes is significantly larger than any other rulettes listed. Locate the complex derivation definition (located above the with .* derivation rulettes section in the file), and make a note of the topology type and metric name. For example:
where DBSS_Top_Sql is the topology type and DBSS_Total_Elapsed_Time_Per_Exec is the metric name.
The topology table has the following six columns:
For example, consider the sample rows of the topology table below:
| DBO_Alert_Log | 76 | 2 | 38 | 76 | 38 |
| DBO_Datafile | 5816 | 2 | 2908 | 2 | 1 |
| DBO_Undo_Activity_Info | 393761 | 16810 | 39 | 0 | 0 |
| HostNetwork | 238231 | 4472 | 846 | 234543 | 42 |
| VMWESXServerPhysicalDisk | 28652 | 3 | 3530 | 10590 | 5295 |
The following is an example of the Cache Policies section of the diagnostic snapshot:
Each line can be broken down as follows:
cbc82b6a-1f8c-4fa8-a88a-fcb07af2854e—topology object ID
file_physical_io_pct—name of the metric
age:259200000—length of time the metric is kept in memory (in ms)
granularity:300000—rawness of the metric value (in ms)
num values:123—number of values of this metric on this object
delay:19276—length of time the metric has been in memory
<property name='file_physical_io_pct' type='Metric' is-many='false' is-containment='true' unit-name='count'>
<annotation name='UnitEntityName' value='percents'/>
</property>
This metric is contained in the following XML tag:
<type name='DBO_Datafile_IO_Activity'
extends='DBO_Instance_Alarm_Object'>
This indicates that the file_phyiscal_io_pct metric is part of the DBO topology.
© ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center