You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2013/02/01 21:21:33 UTC

svn commit: r848957 - in /websites/production/activemq/content: activemq-performance-module-users-manual.html cache/main.pageCache

Author: buildbot
Date: Fri Feb  1 20:21:33 2013
New Revision: 848957

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/activemq-performance-module-users-manual.html
    websites/production/activemq/content/cache/main.pageCache

Modified: websites/production/activemq/content/activemq-performance-module-users-manual.html
==============================================================================
--- websites/production/activemq/content/activemq-performance-module-users-manual.html (original)
+++ websites/production/activemq/content/activemq-performance-module-users-manual.html Fri Feb  1 20:21:33 2013
@@ -122,7 +122,7 @@ mvn activemq-perf:consumer -Dfactory.bro
 <h3><a shape="rect" name="ActiveMQPerformanceModuleUsersManual-ConfigurationforrunningasystemofJMSClients%28Producer%2FConsumer%29"></a>Configuration for running a system of JMS Clients (Producer/Consumer)</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Configuration Key </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value <br clear="none" class="atl-forced-newline"> </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.clientPrefix </td><td colspan="1" rowspan="1" class="confluenceTd"> JmsConsumer or JmsProducer </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the client name prefix that will be use for each system. By default it will use JmsConsumer for consumer systems, and JmsProducer for producer systems. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.numClients </td><td colspan="1" rowspan="1" class="confluenceTd"> 1 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the number of JMS Clients to start. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.t
 otalDests </td><td colspan="1" rowspan="1" class="confluenceTd"> 1 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the total number of destinations to use for the whole system test. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.destDistro </td><td colspan="1" rowspan="1" class="confluenceTd"> all </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies how to distribute the destinations to the clients. Available values are (Invalid value will result to using the default value 'all')<sup>1</sup>:
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Configuration Key </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value <br clear="none" class="atl-forced-newline"> </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.propsConfigFile </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Use properties specified externally in a key=value properties file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.clientPrefix </td><td colspan="1" rowspan="1" class="confluenceTd"> JmsConsumer or JmsProducer </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the client name prefix that will be use for each system. By default it will use JmsConsumer for consumer systems, and JmsProducer for producer systems. </td></tr><tr><td colspan="1" rowspan="1" cl
 ass="confluenceTd"> sysTest.numClients </td><td colspan="1" rowspan="1" class="confluenceTd"> 1 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the number of JMS Clients to start. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.totalDests </td><td colspan="1" rowspan="1" class="confluenceTd"> 1 </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the total number of destinations to use for the whole system test. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.destDistro </td><td colspan="1" rowspan="1" class="confluenceTd"> all </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies how to distribute the destinations to the clients. Available values are (Invalid value will result to using the default value 'all')<sup>1</sup>:
 <ul><li>'all' - All clients will send/receive to all destinations. i.e. if there are 2 producers and 5 destinations, each producer will send a message to each individual destination.</li><li>'equal' - Clients will equally divide the destinations among themselves. i.e. if there are 2 producers and 5 destinations, each producer will send messages to 2 destinations. The fifth destination will not be used.</li><li>'divide' - Clients will divide the destinations among themselves regardless of equality. i.e. if there are 2 producers and 5 destinations, producer 1 will send to 3 destinations, while producer 2 will send to 2 destinations.</li></ul>
 </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.reportDir </td><td colspan="1" rowspan="1" class="confluenceTd"> ./ </td><td colspan="1" rowspan="1" class="confluenceTd"> The directory where the sampler report will be saved. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.reportName </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> The default filename the sampler report will be saved us. There is usually no need to set this setting as the default value will create either JmsProducer_numClients#<em>numDests#</em>&lt;Dest Distro&gt;.xml and JmsConsumer_numClients#_numDests#_&lt;Dest Distro&gt;.xml, where # represents the number of clients and destinations set for that system, and &lt;Dest Distro&gt; specifies the destination distribution for the system. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> sysTest.reportType </td><td colspan="1" rowspan="
 1" class="confluenceTd"> xml </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the manner of generating the performance report. Available values are:
 <ul><li>'xml' - Write the performance report into an xml file. Specified by reportDirectory and reportName. A verbose summary will also be displayed at the end of the test.</li><li>'verbose' - All information will be written to the standard output, which includes settings, sampler data, and performance summary.</li></ul>

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.