| 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 |
|---|---|
String |
cmdLine() |
String[] |
cmdLineArgs() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
double |
percentCpu() |
double |
percentMem() |
String |
pid() |
long |
residentSetSize() |
Instant |
startTime() |
NpsStatus |
status() |
Set<String> |
statusFlags() |
String |
terminal() |
long |
time() |
String |
title() |
String |
toString() |
NpsType |
type() |
String |
user() |
long |
virtualMemorySize() |
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> statusFlags()
statusFlags in interface NPsInfopublic String[] cmdLineArgs()
cmdLineArgs in interface NPsInfopublic double percentCpu()
percentCpu in interface NPsInfopublic double percentMem()
percentMem in interface NPsInfopublic long virtualMemorySize()
virtualMemorySize in interface NPsInfopublic long residentSetSize()
residentSetSize in interface NPsInfoCopyright © 2026 vpc open source initiative. All rights reserved.