|
|||||||||
| Home >> All >> juju >> reattore >> loadtest >> [ controller overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
juju.reattore.loadtest.controller
Interface Controller

- public interface Controller
A controller is the central point in a load test. The controller takes a URL chooser and a reactor and handles running the load test.
| Method Summary | |
void |
go(double perSec,
double runTime)
Run the test. |
void |
go(int count,
double interval)
Run the test for the given number of times. |
| Method Detail |
go
public void go(double perSec,
double runTime)
- Run the test.
go
public void go(int count,
double interval)
- Run the test for the given number of times.
|
|||||||||
| Home >> All >> juju >> reattore >> loadtest >> [ controller overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC