Class OpenFileFinder
- java.lang.Object
-
- org.wso2.diagnostics.actionexecutor.OpenFileFinder
-
- All Implemented Interfaces:
ActionExecutor
public class OpenFileFinder extends Object implements ActionExecutor
Class used to execute lsof command.
-
-
Constructor Summary
Constructors Constructor Description OpenFileFinder()Creates MemoryDumper with process id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(String filepath)Execute lsof command and write the output to a file.
-
-
-
Method Detail
-
execute
public void execute(String filepath)
Execute lsof command and write the output to a file.- Specified by:
executein interfaceActionExecutor- Parameters:
filepath- file path of dump folder
-
-