Retrieval of Cache Group Statistics

Retrieves cache group statistics for a package or for an MBO within the specified time range.

Syntax

CacheGroupPackageStatisticsVO SUPMonitor.getCacheGroupPackageStatistics(MonitoredObject monitoredObject, startTime, endTime)

CacheGroupMBOStatisticsVO SUPMonitor.getCacheGroupMBOStatistics(MonitoredObject monitoredObject, startTime, endTime)

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples