Sun Java System Portal Server 7.1 Technical Reference

JESMF Extensions for Portal Server

The JESMF extensions for Portal Server product are:

CMM_PSServiceStats

CMM_PSRollingAvgServiceStats extends CMM_ServiceStats with the following two additional metrics:

Table 72–10 CMM_PSRollingAvgServiceStats

RollingAvgServiceTime

Rolling average of ServiceTime property of CMM_ServiceStats.

RollingAvgResidentTime

Rolling average of ResidentTime property of CMM_ServiceStats.

CMM_PSServiceSetting

CMM_PSRollingAvgServiceStats works with CMM_PSRollingAvgServiceSetting. CMM_PSRollingAvgServiceSetting extends CMM_ServiceSetting with the following two additional properties that help managing CMM_PSRollingAvgServiceStats:

Table 72–11 CMM_PSRollingAvgServiceStats

LowerBound

Minimum number of service requests after which rolling average metric comes into effect. Prior to LowerBound number of service requests, rolling average is a simple average. Default value is 100.

UpperBound

Number of service requests whose service or resident time is considered when calculating rolling average. Default value is 1000.