In this section:
The Overload Profile specifies a set of congestion thresholds, congestion durations, and overload controls. When a particular threshold is exceeded for a particular duration for any of the call processing related processes, the congestion level is raised to a higher level and the overload control is applied to help alleviate the congestion. The profile also specifies clear congestion thresholds and durations.
These values require that the overload conditions fall below their configured clear threshold values for a specific duration in order to return to the previous congestion level. These minimum clear durations prevent repeatedly switching in and out of congestion levels. You may assign an Overload Profile to the system (and apply it throughout the SBC). You may specify and manage CPU utilization criteria through this facility.
The following default Overload Profiles are automatically created for system congestion levels 1-3:
sweOverloadProfileMC1
sweOverloadProfileMC2
sweOverloadProfileMC3
Modified: for 6.2.1
defaultMC2, defaultMC3, sweOverloadProfileMC2,
and sweOverloadProfileMC3
are visible in levelMC1, but they must be configured in levels MC2
and MC3
.
You must disable an Overload Profile in order to change its configuration. Then, when you enable the profile, you cause all the parameter values to be validated. Once validated, these values are applied to the (system) congestion level that references the profile. When you make a change in this manner, the system congestion level is cleared if the Overload Profile was being referenced. Standby modules also perform congestion processing but you cannot configure the module settings.
The defaultMC1
, defaultMC2
, and defaultMC3
overload profile set is associated with SBC 5000/7000 Series, SBC SWe, and SBC SWe Cloud. However, the sweOverloadProfileMC1
, sweOverloadProfileMC2
, and sweOverloadProfileMC3
overload profile set is associated only with SBC SWe and SBC SWe Cloud.
% set profiles system overloadProfile <profile_name> clearDuration cpu <0-65535 seconds> clearThreshold cpu <0-100> setDuration cpu <0-65535 seconds> setThreshold cpu <0-100> state <disabled | enabled>
The Overload Profile parameters are as shown below:
% set profiles system overloadProfile defaultMC1 state enabled % show profiles system overloadProfile defaultMC1 state enabled; setThreshold { cpu 85; } clearThreshold { cpu 80; } setDuration { cpu 10; } clearDuration { cpu 10; }