Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

juju.reattore.loadtest.controller
Interface Controller  view Controller download Controller.java


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.