com.ls.util
Class SystemInformation

java.lang.Object
  |
  +--com.ls.util.SystemInformation

public class SystemInformation
extends Object

Class for gathering system information.

Version:
$Revision: 1.2 $
Author:
Last modified by $Author: TMahler $

Constructor Summary
SystemInformation()
           
 
Method Summary
static String getFreeMemory()
          Get the free memory.
static String getTotalMemory()
          Get the total memory.
static String getUsedMemory()
          Get the used memory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInformation

public SystemInformation()
Method Detail

getTotalMemory

public static String getTotalMemory()
Get the total memory.
Returns:
The total memory in kilobytes.

getFreeMemory

public static String getFreeMemory()
Get the free memory.
Returns:
The free memory in kilobytes.

getUsedMemory

public static String getUsedMemory()
Get the used memory.
Returns:
The used memory in kilobytes.