Class SystemMetrics

java.lang.Object
top.magstar.framework.events.models.monitors.SystemMetrics

public class SystemMetrics extends Object
  • 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()