| Package | Description |
|---|---|
| org.opencms.monitor |
Contains functions to monitor the OpenCms system status.
|
| org.opencms.ui.apps.cacheadmin |
Contains classes of the cache admin app.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMemoryStatus |
CmsMemoryMonitor.getMemoryStatus()
Returns the current memory status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsMemoryStatus.calculateAverage(CmsMemoryStatus currentStatus)
Calculates the average memory consumption by updating the stored information with
the provided current information.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsInfoButton |
CmsCacheViewApp.getJavaStatisticButton(CmsMemoryStatus memory)
Creates in info button for java cache statistics.
|