|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icenigrid.gridsam.client.cli.GridSAMMultiJSDLStressTest
public class GridSAMMultiJSDLStressTest
GridSAM Stress Test Client with multiple input JSDLs. This command can accept
two folders of JSDL files, one conatins good JSDLs and the other contains bad
JSDLs. Before submitting each job during the stress test, this command will
first decide to choose good or bad JSDLs with a given bad JSDL percentage,
then randomly choose a good or bad JSDL file from the selected fold.
This is a improved version of stress test client to accept multiple JSDLs.
Nested Class Summary | |
---|---|
static interface |
GridSAMMultiJSDLStressTest.Reporter
interface for receiving event from user |
static class |
GridSAMMultiJSDLStressTest.SimulatedUser
class representing a simulated user |
class |
GridSAMMultiJSDLStressTest.XMLReporter
a reporter that generates a XML report |
Constructor Summary | |
---|---|
GridSAMMultiJSDLStressTest()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] pArgs)
application entry point |
int |
run(java.lang.String[] pArgs,
java.io.PrintStream pOut,
java.io.PrintStream pErr)
run the command-line application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridSAMMultiJSDLStressTest()
Method Detail |
---|
public int run(java.lang.String[] pArgs, java.io.PrintStream pOut, java.io.PrintStream pErr)
pArgs
- command line argumentspOut
- output streampErr
- error stream
public static void main(java.lang.String[] pArgs)
pArgs
- array of command-line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |