File:  [Coherent Logic Development] / RasLoadTester / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sat Feb 8 23:09:15 2025 UTC (7 weeks, 4 days ago) by snw
Branches: MAIN, CoherentLogicDevelopment
CVS tags: start, HEAD
RAS Load Tester

RAS LOAD TESTER
===============

You will need:
 * A Retro AIM Server instance with DISABLE_AUTH set to true
 * Perl with these CPAN modules:
  - NET::OSCAR
  - Getopt::Long
 * The GNU Bash shell

Running it:

Run `loadtest` like this:

  loadtest <ras-server> <bot-count>

Where <ras-server> indicates the hostname or IP address of your RAS instance,
and <bot-count> indicates the number of bots you want to run.

This will launch <bot-count> instances of `ras-load` in the background, so be
careful of overloading your personal machine. A dedicated VM is recommended.

To end it, you will need to use `kill` or `pkill` on all the `ras-load` processes. 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>