juju.reattore.loadtest.controller
Interface Controller

All Known Implementing Classes:
BaseController

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.

Parameters:
perSec - The spawn rate.
runTime - The total time to run for.

go

public void go(int count,
               double interval)
Run the test for the given number of times.

Parameters:
count - Number of times to run.
interval - Time in seconds between runs.


Copyright © 2002-2003 Michael Hope. All Rights Reserved.