public class DefaultNPsInfo extends Object implements net.thevpc.nuts.io.NPsInfo
| Constructor and Description |
|---|
DefaultNPsInfo(String id,
String name,
String user,
String title,
String cmdLine,
String[] cmdLineArgs,
net.thevpc.nuts.io.NpsStatus status,
net.thevpc.nuts.io.NpsType type,
Set<String> statusFlags,
double percentCpu,
double percentMem,
long virtualMemorySize,
long residentSetSize,
String terminal,
Instant startTime,
long time) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCmdLine() |
String[] |
getCmdLineArgs() |
String |
getName() |
double |
getPercentCpu() |
double |
getPercentMem() |
String |
getPid() |
long |
getResidentSetSize() |
Instant |
getStartTime() |
net.thevpc.nuts.io.NpsStatus |
getStatus() |
Set<String> |
getStatusFlags() |
String |
getTerminal() |
long |
getTime() |
String |
getTitle() |
net.thevpc.nuts.io.NpsType |
getType() |
String |
getUser() |
long |
getVirtualMemorySize() |
int |
hashCode() |
String |
toString() |
public DefaultNPsInfo(String id, String name, String user, String title, String cmdLine, String[] cmdLineArgs, net.thevpc.nuts.io.NpsStatus status, net.thevpc.nuts.io.NpsType type, Set<String> statusFlags, double percentCpu, double percentMem, long virtualMemorySize, long residentSetSize, String terminal, Instant startTime, long time)
public net.thevpc.nuts.io.NpsType getType()
getType in interface net.thevpc.nuts.io.NPsInfopublic net.thevpc.nuts.io.NpsStatus getStatus()
getStatus in interface net.thevpc.nuts.io.NPsInfopublic Set<String> getStatusFlags()
getStatusFlags in interface net.thevpc.nuts.io.NPsInfopublic String getPid()
getPid in interface net.thevpc.nuts.io.NPsInfopublic String getName()
getName in interface net.thevpc.nuts.io.NPsInfopublic String getTitle()
getTitle in interface net.thevpc.nuts.io.NPsInfopublic String getCmdLine()
getCmdLine in interface net.thevpc.nuts.io.NPsInfopublic String[] getCmdLineArgs()
getCmdLineArgs in interface net.thevpc.nuts.io.NPsInfopublic String getUser()
getUser in interface net.thevpc.nuts.io.NPsInfopublic double getPercentCpu()
getPercentCpu in interface net.thevpc.nuts.io.NPsInfopublic double getPercentMem()
getPercentMem in interface net.thevpc.nuts.io.NPsInfopublic long getVirtualMemorySize()
getVirtualMemorySize in interface net.thevpc.nuts.io.NPsInfopublic long getResidentSetSize()
getResidentSetSize in interface net.thevpc.nuts.io.NPsInfopublic String getTerminal()
getTerminal in interface net.thevpc.nuts.io.NPsInfopublic Instant getStartTime()
getStartTime in interface net.thevpc.nuts.io.NPsInfopublic long getTime()
getTime in interface net.thevpc.nuts.io.NPsInfoCopyright © 2025 vpc open source initiative. All rights reserved.