PORTUSAGELOGINTERVAL

Enables Essbase Server to log, at a specified interval, the number of ports being used.

Syntax

PORTUSAGELOGINTERVAL n

Where n represents the number of minutes between each check of the number of ports in use. The value of n can be any whole number from 1 - 60, with five as the recommended minimum and default value. Essbase ignores any portion of a non-whole number. For example, 2.5 is evaluated as 2 minutes. Statistics are written to the log immediately after each check.

Description

PORTUSAGELOGINTERVAL enables you to set an interval at which to log the number of ports being used. By analyzing the information in the log, you can monitor port utilization and identify a need for more ports before end users are unable to connect.

To enable Essbase Server to check port use statistics and write those statistics to the log:

  1. Edit the server configuration file essbase.cfg to include the PORTUSAGELOGINTERVAL setting.

  2. Restart Essbase Server.

  3. View the Essbase Server Log file. You will see entries similar to the following output:

    [Mon Apr 22 00:48:50 2003]Local/ESSBASE0///Info(1056214)
    [3] ports in use, [10] ports allowed

Examples

PORTUSAGELOGINTERVAL 10

Essbase writes the port use statistics to the Essbase Server log every 10 minutes.

PORTUSAGELOGINTERVAL

Essbase writes the port use statistics to the Essbase Server log every five minutes (the default value).

PORTUSAGELOGINTERVAL 6.75

Essbase ignores the non-whole portion of the number and writes the port use statistics to the Essbase Server log every six minutes.

See Also

SERVERPORTBEGIN

SERVERPORTEND

PORTINC

AGENTPORT