lapisx.util
Class Mem

java.lang.Object
  extended bylapisx.util.Mem

public abstract class Mem
extends Object


Constructor Summary
Mem()
           
 
Method Summary
static void dumpThreadInfo()
           
static long free()
           
static void gc()
           
static String getReport()
           
static long total()
           
static long used()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mem

public Mem()
Method Detail

free

public static long free()

used

public static long used()

total

public static long total()

getReport

public static String getReport()

gc

public static void gc()

dumpThreadInfo

public static void dumpThreadInfo()