Parameter: reportLBInterval

Parameter

reportLBInterval

Description

This parameter defines the interval (in seconds) at which Service Manager automatically reports the information about available ports and threads in horizontal and vertical scaling servlet implementations. When this parameter is specified, Service Manager automatically logs the information every n seconds to the following log file located in the same directory of the server log (sm.log): lbstatus_<pid>.log, where <pid> is the ID of the load balancer process.

This parameter reports the same information when you manually run the reportlbstatus parameter. For details about such information, see Parameter: reportlbstatus.

Note By default, this parameter is disabled; if a value less than 60 is specified, it is automatically reset to 60.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Startup file (sm.cfg)

Requires restart of the Service Manager server?

Yes

Default value

None

Possible values

Numbers no less than 60

Example usage

Command line: sm -loadbalancer -reportLBInterval:180 -httpPort:13080

Initialization file: reportLBInterval:180

Startup file: sm -loadbalancer -reportLBInterval:180 -httpPort:13080

Related topics

Servlet implementation
System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Connection parameters
Servlet parameters