Class ProcessInformations
java.lang.Object
net.bull.javamelody.internal.model.ProcessInformations
- All Implemented Interfaces:
Serializable
Liste et informations sur les process linux ou unix.
- Author:
- Emeric Vernat
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ProcessInformations>static List<ProcessInformations>buildProcessInformations(InputStream in, boolean windows, boolean macOrAix) floatfloatintgetPid()intgetRss()getStart()getStat()getTty()getUser()intgetVsz()
-
Method Details
-
buildProcessInformations
public static List<ProcessInformations> buildProcessInformations(InputStream in, boolean windows, boolean macOrAix) -
buildProcessInformations
- Throws:
IOException
-
getUser
-
getPid
public int getPid() -
getCpuPercentage
public float getCpuPercentage() -
getMemPercentage
public float getMemPercentage() -
getVsz
public int getVsz() -
getRss
public int getRss() -
getTty
-
getStat
-
getStart
-
getCpuTime
-
getCommand
-