Class SystemMetrics
java.lang.Object
top.magstar.framework.events.models.monitors.SystemMetrics
-
Constructor Summary
ConstructorsConstructorDescriptionSystemMetrics(long totalMemory, long freeMemory, long maxMemory, int activeThreads, long timestamp) -
Method Summary
Modifier and TypeMethodDescriptionintlonglongdoublelonglonglong
-
Constructor Details
-
SystemMetrics
public SystemMetrics(long totalMemory, long freeMemory, long maxMemory, int activeThreads, long timestamp)
-
-
Method Details
-
getTotalMemory
public long getTotalMemory() -
getFreeMemory
public long getFreeMemory() -
getMaxMemory
public long getMaxMemory() -
getActiveThreads
public int getActiveThreads() -
getTimestamp
public long getTimestamp() -
getUsedMemory
public long getUsedMemory() -
getMemoryUsagePercent
public double getMemoryUsagePercent()
-