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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemInformation
public SystemInformation()
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.