System Monitoring and Diagnostics Guide for Siebel Business Applications > Configuring SWSE Logging and Monitoring >

Configuring the SWSE Statistics Page


The SWSE Statistics page is configured in the [swe] section of the eapps.cfg file by the parameter StatsPage. By default this value is:

[defaults]StatsPage = _stats.swe

CAUTION:  For security reasons, change the default value for the StatsPage parameter, otherwise others without permission can access this data. Make sure the new file name retains the .swe suffix. For further information on security, see About SWSE Logging and Security Guide for Siebel Business Applications.

The eapps.cfg file contains an additional parameter that defines content in the SWSE Statistics page: SessionMonitor.

SessionMonitor specifies if statistics are gathered on all current sessions and then reported to the application's SWSE Statistics page. If SessionMonitor is enabled (TRUE), when sessions are created they are entered into the statistical repository and appear on the application's SWSE Statistics page. This setting allows system administrators to determine who is logged onto the system at any given time, and to determine the session ID with a given user in a non-debug log level. However, performance is slightly degraded by using this feature. If SessionMonitor is disabled (FALSE), sessions are not monitored by the statistical repository and do not appear in an application's SWSE Statistics page.

This parameter is configured in the [swe] section of the eapps.cfg. The default value is FALSE and appears as follows

[swe]

SessionMonitor = FALSE

System Monitoring and Diagnostics Guide for Siebel Business Applications