|
Average Response Time (min). Average object manager response time, in minutes, since the Siebel server started. | |
|
Total SQL Execute Time (min). Total CPU time, in minutes, for all the server’s tasks since the Siebel server started. | |
|
Total CPU Time (min). Total time, in minutes, that the Siebel server spent performing SQL execute operations since the server started. For SELECT statements, this is the amount of time spent identifying the rows if the statement requires a sort or uses FOR UPDATE. For INSERT, UPDATE, and DELETE statements, this is the amount of time spent modifying the data. | |
|
Total Tasks Started (count). Total number of Siebel tasks started since the Siebel server started. | |
|
Drill down on Average Response Time (min) bar, Total SQL Execute Time (min) bar, Total CPU Times (min) bar, or Tasks Started bar. For more information, see Sieb_Srvr_Detail graph view. This displays the correlation of the Siebel server's response time with its utilization and throughput for each refresh interval. |
|
• |
SESSION_CACHED_CURSORS. Set this Oracle parameter to a value between 20 and 50. This causes Oracle to ‘remember’ previously parsed SQL and if the user session requests a parse of a SQL statement in the cache, then Oracle avoids the parse. |
|
• |
CURSOR_SHARING. Set this Oracle parameter to FORCE. This causes Oracle to substitute literals in SQL statement with bind variables, which allows an otherwise unique SQL to be reused. |
|
SQL Parse Time (months). The number of months 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 (months). 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 (months). For SELECT statements only, the amount of time spent retrieving the rows that the query returns. | |
|
Drill down on any line. For more information, see Sieb_Comp_SQLTime graph view. This display is used to analyze the SQL execute, parse, and fetch to identify which Siebel components are contributing the most to the server’s SQL times. |
|
Average Response Time. Siebel server's average object manager response time. | |||
|
Running Tasks. Total number of tasks the Siebel server is running. | |||
|
Interactive Tasks. Number of interactive sessions the Siebel server is running. This includes object manager sessions and other interactive tasks such as the Synchronization Manager and the Server Manager. | |||
|
CPU Time %. Total amount of operating system CPU time the Siebel server is consuming | |||
|
Memory %. Total amount of operating system memory the Siebel server is consuming | |||
| |||
| |||
| |||
|
|
End Time. The time that a server is shut down. This value is only available when the server is shut down within the Siebel Server Manager. | |
|
Component Alias. Name of the Siebel component alias being monitored. | |
|
Task ID. For SELECT statements only, the amount of time spent retrieving the rows that the query returns. | |
|
Task OS PID. Operating System process id (PID) that is running this task. | |
|
Task Run Mode. Task’s run mode. For example, Batch, Background, Interactive. | |
|
Task Start Time. Time the task started. | |
|
Status. Current run state for the Siebel task. For example, Running, Paused, Stopping, etc. | |