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 (5 months, 3 weeks ago) by snw
Branches: MAIN, CoherentLogicDevelopment
CVS tags: start, HEAD
RAS Load Tester

    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>