Package com.devebot.opflow.supports
Class OpflowSystemInfo
java.lang.Object
com.devebot.opflow.supports.OpflowSystemInfo
public class OpflowSystemInfo extends Object
- Author:
- pnhung177
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpflowSystemInfo.CpuUsagestatic classOpflowSystemInfo.MemUsagestatic classOpflowSystemInfo.OsInfo -
Field Summary
Fields Modifier and Type Field Description static StringGIT_INFO_FILEstatic OpflowSystemInfo.OsInfoosInfo -
Constructor Summary
Constructors Constructor Description OpflowSystemInfo() -
Method Summary
Modifier and Type Method Description static OpflowSystemInfo.CpuUsagegetCpuUsage()static Map<String,Object>getGitInfo()static Map<String,Object>getGitInfo(String gitInfoFile)static OpflowSystemInfo.MemUsagegetMemUsage()static intgetNumberOfProcessors()static OpflowSystemInfo.OsInfogetOsInfo()static LonggetPid()
-
Field Details
-
GIT_INFO_FILE
- See Also:
- Constant Field Values
-
osInfo
-
-
Constructor Details
-
OpflowSystemInfo
public OpflowSystemInfo()
-
-
Method Details
-
getNumberOfProcessors
public static int getNumberOfProcessors() -
getPid
-
getGitInfo
-
getGitInfo
-
getOsInfo
-
getCpuUsage
-
getMemUsage
-