Interface MonitorService
- All Known Implementing Classes:
MonitorServiceImpl,MonitorServiceInternalImpl
public interface MonitorService
Provides access to log monitoring
- Since:
- 4.0.1
- Author:
- jmendeza
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the disk usage statsgetLogEvents(String siteId, long since) Retrieves a list of global events logged since the timestamp indicated bysinceparameter
-
Method Details
-
getLogEvents
Retrieves a list of global events logged since the timestamp indicated bysinceparameter- Parameters:
since- timestamp. Events before this value will not be included.- Returns:
- a list of log events
-
getDiskUsage
DiskStatus getDiskUsage()Retrieves the disk usage stats- Returns:
- a
DiskStatusobject containing the disk usage information
-