websphinx.util
Class Mem

java.lang.Object
  |
  +--websphinx.util.Mem

public abstract class Mem
extends java.lang.Object


Constructor Summary
Mem()
           
 
Method Summary
static void dumpThreadInfo()
           
static long free()
           
static void report()
           
static long total()
           
static long used()
           
static void verbosegc()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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()

report

public static void report()

verbosegc

public static void verbosegc()

dumpThreadInfo

public static void dumpThreadInfo()