server-share/grinder
Philippe M. Chiasson 853bcef229 Update grinder script to not use csrf (its going away) 2011-03-23 15:12:20 -04:00
..
README.txt more grinder work 2010-09-23 15:57:47 +10:00
grinder.properties moving frontpage contents up to web root. 2010-11-05 12:14:58 -07:00
send.py Update grinder script to not use csrf (its going away) 2011-03-23 15:12:20 -04:00
sendutil.py Adding license info. 2010-11-03 16:18:18 -07:00

README.txt

This directory holds scripts and config files for using "The Grinder".

Quick start:

* Download The Grinder via http://grinder.sourceforge.net and follow it's 
  instructions - in summary:
  - Download the .zip distro and unpack the .jar files somewhere.
  - set CLASSPATH={PATH_YOU_INSTALLED_TO}\lib\grinder.jar

* Run a stand-alone test:
  % java net.grinder.Grinder
  To see the statistic for this type of run, you must view the tail of the
  out_*.log file generated by the run.

* Run a large test
  % java net.grinder.Console
  and on each machine you want to use for testing:
  % java net.grinder.Grinder
  Start the tests from the console.  The cumulative stats will be reported
  in this console.

* Configure the tests: Open the grinder.properties file and look for the
  'linkdrop.*' options.