Class LinuxMemInfo
java.lang.Object
fr.ens.biologie.genomique.eoulsan.util.LinuxInfo
fr.ens.biologie.genomique.eoulsan.util.LinuxMemInfo
Get information about memory on Linux systems
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the file to parse.Get the total memory of the system.
-
Constructor Details
-
LinuxMemInfo
public LinuxMemInfo()Public constructor.
-
-
Method Details
-
getInfoFile
Description copied from class:LinuxInfoGet the file to parse.- Specified by:
getInfoFilein classLinuxInfo- Returns:
- the file to parse
-
getMemTotal
Get the total memory of the system.- Returns:
- the total memory of the system
-