public final class ProcessInformations extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static List<ProcessInformations> |
buildProcessInformations() |
static List<ProcessInformations> |
buildProcessInformations(InputStream in,
boolean windows,
boolean macOrAix) |
String |
getCommand() |
float |
getCpuPercentage() |
String |
getCpuTime() |
float |
getMemPercentage() |
int |
getPid() |
int |
getRss() |
String |
getStart() |
String |
getStat() |
String |
getTty() |
String |
getUser() |
int |
getVsz() |
public static List<ProcessInformations> buildProcessInformations(InputStream in, boolean windows, boolean macOrAix)
public static List<ProcessInformations> buildProcessInformations() throws IOException
IOExceptionpublic String getUser()
public int getPid()
public float getCpuPercentage()
public float getMemPercentage()
public int getVsz()
public int getRss()
public String getTty()
public String getStat()
public String getStart()
public String getCpuTime()
public String getCommand()
Copyright © 2008–2020 Emeric Vernat. All rights reserved.