[jboss-svn-commits] JBL Code SVN: r15562 - labs/jbossesb/trunk/product/samples/quickstarts/load_generator.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 3 16:43:16 EDT 2007


Author: james.williams at jboss.com
Date: 2007-10-03 16:43:15 -0400 (Wed, 03 Oct 2007)
New Revision: 15562

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/load_generator/readme.txt
Log:
changed logic so it is less groovy hack-ish and more POJO friendly. Also switched to xml based config so more options
can be supported.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/load_generator/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/load_generator/readme.txt	2007-10-03 20:41:40 UTC (rev 15561)
+++ labs/jbossesb/trunk/product/samples/quickstarts/load_generator/readme.txt	2007-10-03 20:43:15 UTC (rev 15562)
@@ -34,7 +34,7 @@
 load-agent - Simulates load only
 load-report - Report on load only
 
-NOTE: "load-run" will run the agent in a spawned thread, then start the reporter. This is 
+NOTE: "load-run" will run the agent in a daemon thread, then start the reporter. This is 
 a good target for running tests, but if there's a problem with JMSLoadAgent.groovy, you will
 not see it. Use the "load-agent" target to troubleshoot the agent script/properties. 
 
@@ -44,18 +44,18 @@
 
 Key Files
 ===========================
-./scripts/load.properties
+./scripts/load.xml
 This is where you specify the properties of the load script and reporter. Things like
 the number of messages, throttling of load, services to report and more are listed here
 so you don't have to edit the groovy scripts.
 
-./scripts/JMSLoadAgent.groovy
+./scripts/JmsLoadAgent.groovy
 Simulates load by popping messages to a JMS Queue. Use load.properties to specify the JMS
 queue and the throttling of messages. This script is only good for JMS load simulation,
 but it can be used as a template for other types of simulation, like file drops.
 
 ./scripts/LoadReport.groovy
-Reports load on services specified in load.properties. It will write output to the console and
+Reports load on services specified in load.xml. It will write output to the console and
 to the file system. The output is CSV based for now, but it's very easy to customize it in the
 groovy script.
 




More information about the jboss-svn-commits mailing list