public class Cpustat extends CommandLineTool
Tool
ctx
Constructor and Description |
---|
Cpustat() |
Modifier and Type | Method and Description |
---|---|
void |
configure()
This method is responsible for configuring the tool utility.
|
void |
postprocess()
This method is responsible for postprocessing.
|
void |
stop()
This method is responsible for stopping the tool utility.
|
config, start
public void configure()
public void stop() throws IOException, InterruptedException
stop
in class CommandLineTool
IOException
- Error stopping cpustatInterruptedException
- Interrupted waiting for commandspublic void postprocess() throws IOException, InterruptedException
postprocess
in class CommandLineTool
IOException
- Error post-processing cpustatInterruptedException
- Interrupted waiting for commands