User: schulze 
  Date: 00/10/13 13:11:36

  Modified:    src/bin  load.sh
  Log:
  some fine tuning for the load test
  
  Revision  Changes    Path
  1.2       +0 -13     jbosstest/src/bin/load.sh
  
  Index: load.sh
  ===================================================================
  RCS file: /products/cvs/ejboss/jbosstest/src/bin/load.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- load.sh   2000/10/08 00:03:01     1.1
  +++ load.sh   2000/10/13 20:11:35     1.2
  @@ -1,15 +1,2 @@
   #!/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 $*
  
  
  

Reply via email to