|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faban.harness.tools.OracleTool
com.sun.faban.harness.tools.Statspack
com.sun.faban.harness.tools.Wlp2
@Deprecated public class Wlp2
Wlp2 is an Oracle/TPC-E specific tool. So this class does not really belong here. Once we can deploy tools as part of the benchmark, we need to move this class to the appropriate place.
| Constructor Summary | |
|---|---|
Wlp2()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.sun.faban.harness.tools.Statspack |
|---|
getSnapCommand |
| Methods inherited from class com.sun.faban.harness.tools.OracleTool |
|---|
finish, getLogFile, getOutputFile, kill, parseSnapId, start, start, start, stop, stop, xferFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Wlp2()
| Method Detail |
|---|
public void configure(String tool,
List<String> argList,
String path,
String outDir,
String host,
String masterhost,
CmdAgentImpl cmdAgent,
CountDownLatch latch)
configure in interface Toolconfigure in class OracleTooltool - 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 StatspacksnapId - The id of the first snapsnapId1 - The id of the second snapoutputFile - The output file
protected void xferLog()
OracleTool
xferLog in class OracleTool
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||