| Constructor and Description |
|---|
DefaultNPsInfo(String id,
String name,
String user,
String title,
String cmdLine,
String[] cmdLineArgs,
NpsStatus status,
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() |
NpsStatus |
getStatus() |
Set<String> |
getStatusFlags() |
String |
getTerminal() |
long |
getTime() |
String |
getTitle() |
NpsType |
getType() |
String |
getUser() |
long |
getVirtualMemorySize() |
int |
hashCode() |
String |
toString() |
public DefaultNPsInfo(String id, String name, String user, String title, String cmdLine, String[] cmdLineArgs, NpsStatus status, NpsType type, Set<String> statusFlags, double percentCpu, double percentMem, long virtualMemorySize, long residentSetSize, String terminal, Instant startTime, long time)
public Set<String> getStatusFlags()
getStatusFlags in interface NPsInfopublic String getCmdLine()
getCmdLine in interface NPsInfopublic String[] getCmdLineArgs()
getCmdLineArgs in interface NPsInfopublic double getPercentCpu()
getPercentCpu in interface NPsInfopublic double getPercentMem()
getPercentMem in interface NPsInfopublic long getVirtualMemorySize()
getVirtualMemorySize in interface NPsInfopublic long getResidentSetSize()
getResidentSetSize in interface NPsInfopublic String getTerminal()
getTerminal in interface NPsInfopublic Instant getStartTime()
getStartTime in interface NPsInfoCopyright © 2026 vpc open source initiative. All rights reserved.