public class Lsof extends Object implements DebugDumpable
INDENT_STRING
Constructor and Description |
---|
Lsof(int pid) |
Modifier and Type | Method and Description |
---|---|
void |
assertFdIncrease(int increase) |
void |
assertStable() |
int |
count() |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
int |
getTolerance() |
int |
rememberBaseline() |
void |
setTolerance(int tolerance) |
public int getTolerance()
public void setTolerance(int tolerance)
public int rememberBaseline() throws NumberFormatException, IOException, InterruptedException
public int count() throws NumberFormatException, IOException, InterruptedException
public void assertStable() throws NumberFormatException, IOException, InterruptedException
public void assertFdIncrease(int increase) throws NumberFormatException, IOException, InterruptedException
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2016 evolveum. All rights reserved.