Class LinuxMemInfo
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.util.LinuxInfo
-
- fr.ens.biologie.genomique.eoulsan.util.LinuxMemInfo
-
public class LinuxMemInfo extends LinuxInfo
Get information about memory on Linux systems- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Constructor Summary
Constructors Constructor Description LinuxMemInfo()
Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getInfoFile()
Get the file to parse.String
getMemTotal()
Get the total memory of the system.
-
-
-
Method Detail
-
getInfoFile
public File getInfoFile()
Description copied from class:LinuxInfo
Get the file to parse.- Specified by:
getInfoFile
in classLinuxInfo
- Returns:
- the file to parse
-
getMemTotal
public String getMemTotal()
Get the total memory of the system.- Returns:
- the total memory of the system
-
-