public static class MonitorProvider.PerformUsage extends MonitorProvider.Jsonable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
date
The date.
|
double |
freeMemory
The free memory.
|
double |
maxMemory
The max memory.
|
double |
memoryUsagePercent
The memory usage percent.
|
double |
totalMemory
The total memory.
|
double |
usedMemory
The used memory.
|
Constructor and Description |
---|
PerformUsage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSummary()
Gets the summary.
|
toString
public java.lang.String date
public double totalMemory
public double freeMemory
public double usedMemory
public double maxMemory
public double memoryUsagePercent