com.sun.faban.harness.tools
Class Jvmstat
java.lang.Object
com.sun.faban.harness.tools.CommandLineTool
com.sun.faban.harness.tools.Jvmstat
public class Jvmstat
- extends CommandLineTool
Jvmstat is a wrapper for the jvmstat utility.
- It implements the Tool interface by extending GenericTool
- Author:
- Ramesh Ramachandran
- See Also:
Tool
Method Summary |
void |
configure()
This is the method that should get the arguments to
call the tool with. |
void |
start()
This method is responsible for starting the tool utility. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jvmstat
public Jvmstat()
configure
public void configure()
- This is the method that should get the arguments to
call the tool with.
start
public void start()
throws IOException,
InterruptedException
- This method is responsible for starting the tool utility.
- Overrides:
start
in class CommandLineTool
- Throws:
IOException
InterruptedException