|
• |
Open the Sieb_Srvr_Utilization_Overview graph view which provides information about object manager response time, resource utilization, and the number of running and interactive tasks. |
|
• |
Open the Sieb_Proc_Utilization graph view which monitors CPU and memory resource usage. |
|
• |
SQL Parse Time. The number of seconds spent translating the SQL statements into an execution plan. This time includes checking for proper security authorization and checks for the existence of tables, columns, and other referenced objects. |
|
• |
SQL Execute Time. For SELECT statements, the amount of time spent identifying the rows if the statement requires a sort or uses FOR UPDATE. For INSERT, UPDATE, and DELETE statements, the amount of time spent modifying the data. |
|
• |
SQL Fetch Time. For SELECT statements only, the amount of time spent retrieving the rows that the query returns. |
|
• |
Open the Sieb_Srvr_SQLTime graph view which monitors SQL parse, fetch, and execute collection times. |
|
• |
Open the Sieb_Comp_SQLTime graph view which tracks the amount of time spent translating, identifying, and retrieving SQL statements. |