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

#!/usr/bin/env bash

SERVER=$1
BOTCT=$2

for i in $(seq 0 $BOTCT)
do    
    ./ras-load -botno $i -botct $BOTCT -aimpw dummy -aimhost ${SERVER} &
    sleep 1
done


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