LSB_PROFILE_SCH

Syntax

LSB_PROFILE_SCH=Y | N | "keyword[value] ..."

Description

This parameter configures the mbschd daemon profiler to track the time that mbschd spends on key functions.

If this parameter is set to Y, the profiler dumps mbschd profiling information using the default settings.

Use the following keywords to configure the mbschd profiler:

INTERVAL[seconds]
Specifies the sampling interval, which is how often the profiler dumps the profile data. Specify an integer greater than 0. The default is 300 seconds.
THRESHOLD[threshold_portion]
Specifies a threshold value that represents the portion of the last sampling interval. Only function stacks with a wall clock time value that exceeds this value are reported in the profile dump. Specify a float value between 0 and 1. The default is 0.01.
LOG_LEVEL[log_level]
Specifies the level at which to log the profile. Specify one of the standard log levels. For more information, see Log levels and descriptions. The default is LOG_INFO.
TIME_LEVEL[time_level]
Specifies a timing level for checking how long the profiler runs, in milliseconds. Specify an integer greater than 0. The default is 5.

Default

N

If set to Y, the mbschd profiler runs with the following settings:
LSB_PROFILE_SCH="INTERVAL[300] THRESHOLD[0.01] LOG_LEVEL[LOG_INFO] TIME_LEVEL[5]"