Annotation of RasLoadTester/README, revision 1.1.1.1

1.1       snw         1: RAS LOAD TESTER
                      2: ===============
                      3: 
                      4: You will need:
                      5:  * A Retro AIM Server instance with DISABLE_AUTH set to true
                      6:  * Perl with these CPAN modules:
                      7:   - NET::OSCAR
                      8:   - Getopt::Long
                      9:  * The GNU Bash shell
                     10: 
                     11: Running it:
                     12: 
                     13: Run `loadtest` like this:
                     14: 
                     15:   loadtest <ras-server> <bot-count>
                     16: 
                     17: Where <ras-server> indicates the hostname or IP address of your RAS instance,
                     18: and <bot-count> indicates the number of bots you want to run.
                     19: 
                     20: This will launch <bot-count> instances of `ras-load` in the background, so be
                     21: careful of overloading your personal machine. A dedicated VM is recommended.
                     22: 
                     23: To end it, you will need to use `kill` or `pkill` on all the `ras-load` processes. 

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