This directory contains release 0.1 of ArsDigita Traffic Jamme, a tool which
applies load to to web servers.
For info and the latest version, see http://arsdigita.com/free-tools/tj.html

It was written by Mark Dalrymple (markd@arsdigita.com)

This tool is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, as published by the
Free Software Foundation; either vesrion 2, or (at your option) any
later version.

How to Install:

* Extract the tar file where you got this software into the pageroot
  for your AOLserver installation
  (e.g. $NS_HOME/servers/server-name/pages)

* Acquire Philip Greenspun's utilities.tcl file from 
  http://photo.net/wtr/thebook/utilities.txt and place it in
  your AOLserver's shared Tcl directory
  (e.g. $NS_HOME/modules/tcl)

* Copy httpopen.tcl and tj-defs.tcl to your AOLserver's private
  Tcl directory (e.g. $NS_HOME/server/server-name/modules/tcl), or if you're
  feeling lazy, you can put them into your shared Tcl directory

* If you're not running the ArsDigita Community System, you'll need to
  copy util-extra.tcl to your private (or shared) Tcl directory

* Edit your AOLserver configuration and make sure that this is set:
  [ns/server/server-name]
  EnableTclPages=on

  You'll probably want to add index.tcl to the DirectoryFile entry
  in [ns/server/server-name] as well

* If you're wanting to run a CSV test, you'll need to configure a database.



See tj.html for instructions on how to run the tests.

