User: schulze
Date: 00/10/07 17:03:01
Added: src/bin load.sh
Log:
simple loadtest added.
Revision Changes Path
1.1 jbosstest/src/bin/load.sh
Index: load.sh
===================================================================
#!/bin/sh
#
#
echo "the following optional parameters are supported:"
echo " loops=<number> number of test loops per thread"
echo " beans=<number> number of beans used per thread"
echo " threads=<number> number of threads getting started"
echo " verbose - gives infos about bean creation/removing"
echo " nodeploy - does not deploy anything"
echo " (by default the testbean.jar from this testsuite is deployed"
echo " the test1 needs the nextgen.EnterpriseEntity from the testbean.jar)"
echo " name=<string> name of the threads"
echo "for batch use: in case of any failure it returns != 0"
java -classpath ../lib/load.jar org.jboss.test.load.test.Client $*