Siebel System Monitoring and Diagnostics Guide > Configuring SWSE Logging and Monitoring >

SWSE Statistics Page


The individual events and objects measured on the SWSE Statistics page are described in the following list. For examples of these metrics, see Example of SWSE Statistics Page.

Open Session Time. This event reflects the total amount of time it took to open a session. In the general stats section, the count is the number of times a session was opened and the mean reflects the average time it took to open a session.

Response Time (waiting for service event). This event measures the time it takes to receive a callback response from the Siebel server. This event functions with CTI and internal login callbacks. A callback is a mechanism used by the Siebel Server to initiate communication with the plug-in.

Close Session Time. This event reflects the amount of time it takes to close a session. Closing the session might involve signaling to the session manager to close the session. The session manager might or might not close the TCP/IP connection.

Request Time (waiting for service method to process). This event is the amount of time it takes to submit a request to the Siebel Server and to get a response back. For example, if the user (on the browser) clicked on a button then the plug-in receives the request and invokes a service on the Siebel Server. The value for Request Time is the total amount of time for invoking that service.

Applications. This section displays information about the various applications, for example, session life span and number of attempts to use the application.

Current Sessions. This section contains information about the current active sessions open. The parameter SessionMonitor must be set to True for this to take effect (see Configuring the SWSE Statistics Page for further information on SessionMonitor). If verbose mode is used, then this section also displays the anonymous sessions (see Accessing the SWSE Statistics Page for further information on verbose mode).

Current Operations Processing. Use the following information when troubleshooting a process that might have stopped responding.

The Current Operations Processing section contains a table that shows current requests that are in progress. Table 5 shows the operations that are running and the duration of each operation (in seconds). Requests highlighted in bold have been running for more than 10 seconds. A request highlighted in bold with a large duration value indicates that this request might not be responding. If a request never completes, then it has effectively stopped responding.

Table 5. Example of a Current Operations Processing Table
Operation
Duration

<server>://172.20.232.19:2320/siebel/SCCObjMgr/!7.fb8.ddde. <snip>

3888.0282

<server>://172.20.232.19:2320/siebel/SCCObjMgr/!8.f54.df75.3c07ef90 <snip>

20.8209

<server>://172.20.232.19:2320/siebel/SCCObjMgr/!8.f54.df75.3c07ef90 <snip>

0.2796

For example, the first operation in Table 5 has most likely stopped responding. The second operation in the table has been running for over ten seconds, so it might also have stopped responding.

Both application and database server delays can exhibit this behavior. Typically, if the SWSE Statistic page cannot be accessed, then it is likely that the Web Server itself has stopped responding.

For more information about the Current Operations Processing section of the SWSE Statistic page, see Siebel Troubleshooting Steps on My Oracle Support.

Locks. Programming locks synchronize internal SWSE processing. If you access the SWSE statistics with verbose mode set to medium or high, the following locks statistics appear:

  • /application/InitLock. Used by SWSE to synchronize initialization of configuration parameters.
  • /application/anonSessionLock. Used by SWSE to synchronize handling of anonymous sessions.
  • SWEWebPublishMutex. Used by SWSE to synchronize the loading of web images.

Table 6 provides descriptions of some SWSE statistics and is followed with the definition of those statistics.

Table 6. SWSE Statistics Descriptions
 
Type of Statistic
 
Statistic
General
Frequency
Description

Count

Yes

No

Accumulative count of the events

Mean

Yes

No

Average value for the event

No

Yes

Average period for which one such event occurs (in seconds)

Standard deviation

Yes

No

Standard deviation for the event

No

Yes

Standard deviation (in seconds)

An example follows Table 6 describing how these statistics might occur with two different types of events. Statistic results can vary depending on the session type. For example, for an anonymous session requested from the pool event type, the statistics provide the following information:

  • General statistics count. The accumulative count of the anonymous session requests.
  • General statistics mean. The average value for anonymous session requests (the value is 1 or greater).
  • General statistics standard deviation. The standard deviation for anonymous session requests (the value is zero [0] or greater).
  • Frequency mean. The average period between anonymous session requests in seconds.
  • Frequency stddev. The standard deviation in seconds.

However, for an open session time event type, the statistics provide the following information:

  • General statistics count. The accumulative open session times.
  • General statistics mean. The average value for an open session time.
  • General statistics standard deviation. The standard deviation for an open session time.
  • Frequency mean. The average period between open session events in seconds.
  • Frequency standard deviation. The standard deviation in seconds.
Siebel System Monitoring and Diagnostics Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.