@Deprecated public class Wlp2 extends Statspack
Constructor and Description |
---|
Wlp2()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(String tool,
List<String> argList,
String path,
String outDir,
String host,
String masterhost,
CmdAgentImpl cmdAgent,
CountDownLatch latch)
Deprecated.
This is the method that should get the arguments to
call the tool with.
|
protected String |
getReportCommand(String snapId,
String snapId1,
String outputFile)
Deprecated.
Creates a sqlplus command to create awr reports.
|
protected void |
xferLog()
Deprecated.
Transfers the log files to the output file in the results directory.
|
getSnapCommand
finish, getLogFile, getOutputFile, kill, parseSnapId, start, start, start, stop, stop, xferFile
public void configure(String tool, List<String> argList, String path, String outDir, String host, String masterhost, CmdAgentImpl cmdAgent, CountDownLatch latch)
configure
in interface Tool
configure
in class OracleTool
tool
- name of the tool (Executable)argList
- list containing arguments to toolpath
- The path for the tooloutDir
- The output directoryhost
- name of machine the tool is running onmasterhost
- name of master machinecmdAgent
- agent The command agent used for executing toolslatch
- The latch the tool uses to identify it's completion.protected String getReportCommand(String snapId, String snapId1, String outputFile)
getReportCommand
in class Statspack
snapId
- The id of the first snapsnapId1
- The id of the second snapoutputFile
- The output fileprotected void xferLog()
OracleTool
xferLog
in class OracleTool