Retrieval of Cache Group Performance

Retrieves cache group perfomance data of the monitored objects within a specified time range.

Syntax

Collection<CacheGroupPerformanceVO> getCacheGroupPerformance(Collection<MonitoredObject> monitoredObjects, Date startTime, Date endTime) throws SUPAdminException;

Returns

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

Examples