com.sun.faban.harness.tools
Class Jvmstat

java.lang.Object
  extended by com.sun.faban.harness.tools.CommandLineTool
      extended by com.sun.faban.harness.tools.Jvmstat

public class Jvmstat
extends CommandLineTool

Jvmstat is a wrapper for the jvmstat utility.

Author:
Ramesh Ramachandran
See Also:
Tool

Field Summary
 
Fields inherited from class com.sun.faban.harness.tools.CommandLineTool
ctx, stopTime
 
Constructor Summary
Jvmstat()
           
 
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 com.sun.faban.harness.tools.CommandLineTool
config, postprocess, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jvmstat

public Jvmstat()
Method Detail

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