Class | Description |
---|---|
CLI |
Command line interface for submitting runs, etc.
CLI [-M master] [-U user [-P password]] action args Action and arguments: pending Lists pending runs. status runId Provides the status for the given run id. submit benchmark profile configfile.xml [configfile2.xml...] Submits benchmark runs. The master is provided as a URL to the master's root context and defaults to http://localhost:9980/. |
CmdMap |
Checks the binary paths and the command mapping file and creates the exec
map.
|
DeployTask |
Ant task for deployment of benchmarks.
|
DeployUtil |
Benchmark deployment utility used to check/generate the deployment
descriptors, check proper deployment of all benchmarks or individual
benchmarks, and deploy them if appropriate.
|
FileHelper |
File utilities.
|
InterfaceProbe |
The InterfaceProbe probes interfaces and finds the best interface to
communicate with an IP address or host name.
|
Invoker |
Common invocation utilities used by wrappers.
|
XMLReader |
Provides all XML accesses to the parameter repository and other XML files.
|
Exception | Description |
---|---|
DeployException |
Signifies a deployment exception
|
XMLException |
Runtime exception for XML and XPath related exceptions.
|