[jboss-cvs] JBossAS SVN: r100733 - projects/docs/enterprise/5.0/mod_cluster/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 9 00:36:46 EST 2010
Author: gmeintjes
Date: 2010-02-09 00:36:46 -0500 (Tue, 09 Feb 2010)
New Revision: 100733
Modified:
projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml
projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml
projects/docs/enterprise/5.0/mod_cluster/en-US/QuickStartGuide.xml
projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml
projects/docs/enterprise/5.0/mod_cluster/en-US/mod_cluster.xml
Log:
Ammend to incorporate review comments.
Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml 2010-02-09 05:02:28 UTC (rev 100732)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/Book_Info.xml 2010-02-09 05:36:46 UTC (rev 100733)
@@ -7,7 +7,7 @@
<productname>JBoss Enterprise Application Platform</productname>
<productnumber>5.0</productnumber>
<edition>1</edition>
- <pubsnumber>1.8</pubsnumber>
+ <pubsnumber>1.9</pubsnumber>
<abstract>
<para>
mod_cluster is an httpd-based load balancer that uses a
Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml 2010-02-09 05:02:28 UTC (rev 100732)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/ConfigurationForJBossAS.xml 2010-02-09 05:36:46 UTC (rev 100733)
@@ -120,7 +120,7 @@
<term>A load balance factor provider </term>
<listitem>
<para>
- This bean, implementing org.jboss.load.LoadBalanceFactorProvider, defines the load metrics used to calculate this node's load balance factor.
+ This bean, implementing <literal>org.jboss.load.LoadBalanceFactorProvider</literal>, defines the load metrics used to calculate this node's load balance factor.
</para>
</listitem>
</varlistentry>
Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/QuickStartGuide.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/QuickStartGuide.xml 2010-02-09 05:02:28 UTC (rev 100732)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/QuickStartGuide.xml 2010-02-09 05:36:46 UTC (rev 100733)
@@ -726,13 +726,13 @@
</listitem>
</orderedlist>
<para>
- Most of the various panels in the application interface also present information on the current status on any client threads. "Total Clients" is the number of client threads created since the last time the "Start" button was pushed. "Live Clients" is the number of threads currently running. "Failed Clients" is the number of clients that terminated abnormally; i.e. made a request that resulted in something other than an HTTP 200 response.
+ Most of the various panels in the application interface also present information on the current status on any client threads. <menuchoice><guimenuitem>Total Clients</guimenuitem></menuchoice> is the number of client threads created since the last time the <guibutton>Start</guibutton> button was pushed. <menuchoice><guimenuitem>Live Clients</guimenuitem></menuchoice> is the number of threads currently running. <menuchoice><guimenuitem>Failed Clients</guimenuitem></menuchoice> is the number of clients that terminated abnormally; i.e. made a request that resulted in something other than an HTTP 200 response.
</para>
<formalpara>
<title>Client Driver Configuration Options</title>
<para>
- The configuration of the <classname>client driver</classname> is done via the application Client Control tab.
+ The configuration of the <classname>client driver</classname> is done via the application <menuchoice><guimenuitem>Client Control</guimenuitem></menuchoice> tab.
</para>
</formalpara>
<para>
@@ -773,21 +773,21 @@
<term>Invalidate</term>
<listitem>
<para>
- Controls what the client thread should do when it stops using a session because Session Life has passed. If checked, the driver will send a request that results in the session being invalidated. If unchecked, the session will just be abandoned, and will continue to exist on the server until Session Timeout seconds have passed. (In the future this will likely be changed to a percentage input, so X% can be invalidated, the rest abandoned.)
+ Controls what the client thread should do when it stops using a session because <menuchoice><guimenuitem>Session Life</guimenuitem></menuchoice> has passed. If checked, the driver will send a request that results in the session being invalidated. If unchecked, the session will just be abandoned, and will continue to exist on the server until <menuchoice><guimenuitem>Session Timeout</guimenuitem></menuchoice> seconds have passed. (In the future this will likely be changed to a percentage input, so X% can be invalidated, the rest abandoned.)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Session Timeout</term>
<listitem>
- <para>Number of seconds a session can remain unused before the server is free to expire it. Unchecking Invalidate and setting a high value relative to Session Life allows a significant number of unused sessions to accumulate on the server.</para>
+ <para>Number of seconds a session can remain unused before the server is free to expire it. Unchecking <guibutton>Invalidate</guibutton> and setting a high value relative to <menuchoice><guimenuitem>Session Life</guimenuitem></menuchoice> allows a significant number of unused sessions to accumulate on the server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Num Threads</term>
<listitem>
<para>
- Number of client threads to launch. Each thread repeatedly makes requests until the "Stop" button is pushed or a request receives a response other than HTTP 200.
+ Number of client threads to launch. Each thread repeatedly makes requests until the <guibutton>Stop</guibutton> button is pushed or a request receives a response other than HTTP 200.
</para>
</listitem>
</varlistentry>
@@ -803,7 +803,7 @@
<term>Startup Time</term>
<listitem>
<para>
- Number of seconds over which the application should stagger the start of the client threads. Staggering the start is advised as it avoids the unnatural situation where for the life of the demonstation all sessions start at about the same time and then are invalidated or abandoned at the same time. Staggering the start allows the load balancer to continually see new sessions and decide how to route them.
+ Number of seconds over which the application should stagger the start of the client threads. Staggering the start is advised as it avoids the unnatural situation where, for the life of the demonstation, all sessions start at about the same time and then are invalidated or abandoned at the same time. Staggering the start allows the load balancer to continually see new sessions and decide how to route them.
</para>
</listitem>
</varlistentry>
@@ -812,7 +812,7 @@
<formalpara>
<title>Load Generation Scenarios</title>
<para>
- You can use the application GUI to instruct individual servers to artificially generate various types of load, and then track how that load affects request and session balancing. Load generation is controlled via the application Server Load Control tab.
+ You can use the application GUI to instruct individual servers to artificially generate various types of load, and then track how that load affects request and session balancing. Load Generation is controlled via the application <menuchoice><guimenuitem>Server Load Control</guimenuitem></menuchoice> tab.
</para>
</formalpara>
<para>
@@ -853,49 +853,49 @@
<term>Params</term>
<listitem>
<para>
- Zero or more parameters to pass to the specified load creation servlet. For example, in the screenshot above, Number of Connections and Duration. How many parameters are displayed, their name and their meaning depend on the selected Load Creation Action. The label for each parameter includes a tooltip that explains its use.
+ Zero or more parameters to pass to the specified load creation servlet. For example, in the screen, <menuchoice><guibutton>Number of Connections</guibutton></menuchoice> and <menuchoice><guibutton>Duration</guibutton></menuchoice>. How many parameters displayed, their name and their meaning depend on the selected <menuchoice><guibutton>Load Creation Action</guibutton></menuchoice>. The label for each parameter includes a tooltip that explains its use.
</para>
<para>
- The available Load Creation Actions are as follows:
+ The available <menuchoice><guimenuitem>Load Creation Actions</guimenuitem></menuchoice> are as follows:
<orderedlist>
<listitem>
<para>
- Active Sessions: Generates server load by causing session creation on the target server.
+ <menuchoice><guimenuitem>Active Sessions</guimenuitem></menuchoice>: Generates server load by causing session creation on the target server.
</para>
</listitem>
<listitem>
<para>
- Datasource Use: Generates server load by taking connections from the <literal>java:DefaultDS</literal> datasource for a period.
+ <menuchoice><guimenuitem>Datasource Use</guimenuitem></menuchoice>: Generates server load by taking connections from the <literal>java:DefaultDS</literal> datasource for a period.
</para>
</listitem>
<listitem>
<para>
- Connection Pool Use: Generates server load by tieing up threads in the webserver connections pool for a period.
+ <menuchoice><guimenuitem>Connection Pool Use</guimenuitem></menuchoice>: Generates server load by tieing up threads in the webserver connections pool for a period.
</para>
</listitem>
<listitem>
<para>
- Heap Memory Pool Use: Generates server load by filling 50% of free heap memory for a period.
+ <menuchoice><guimenuitem>Heap Memory Pool Use</guimenuitem></menuchoice>: Generates server load by filling 50% of free heap memory for a period.
</para>
</listitem>
<listitem>
<para>
- CPU Use: Generates server CPU load by initiating a tight loop in a thread.
+ <menuchoice><guimenuitem>CPU Use</guimenuitem></menuchoice>: Generates server CPU load by initiating a tight loop in a thread.
</para>
</listitem>
<listitem>
<para>
- Server Receive Traffic: Generates server traffic receipt load by POSTing a large byte array to the server once per second for a period.
+ <menuchoice><guimenuitem>Server Receive Traffic</guimenuitem></menuchoice>: Generates server traffic receipt load by POSTing a large byte array to the server once per second for a period.
</para>
</listitem>
<listitem>
<para>
- Server Send Traffic: Generates server traffic send load by making a request once per second to which the server responds with a large byte array
+ <menuchoice><guimenuitem>Server Send Traffic</guimenuitem></menuchoice>: Generates server traffic send load by making a request once per second to which the server responds with a large byte array
</para>
</listitem>
<listitem>
<para>
- Request Count: Generates server load by making numerous requests, increasing the request count on the target server.
+ <menuchoice><guimenuitem>Request Count</guimenuitem></menuchoice>: Generates server load by making numerous requests, increasing the request count on the target server.
</para>
</listitem>
</orderedlist>
Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml 2010-02-09 05:02:28 UTC (rev 100732)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/Revision_History.xml 2010-02-09 05:36:46 UTC (rev 100733)
@@ -6,8 +6,8 @@
<simpara>
<revhistory>
<revision>
- <revnumber>1.8</revnumber>
- <date>Fri 05 Feb 2010</date>
+ <revnumber>1.9</revnumber>
+ <date>Tue 09 Feb 2010</date>
<author>
<firstname>Gary</firstname>
<surname>Meintjes</surname>
Modified: projects/docs/enterprise/5.0/mod_cluster/en-US/mod_cluster.xml
===================================================================
--- projects/docs/enterprise/5.0/mod_cluster/en-US/mod_cluster.xml 2010-02-09 05:02:28 UTC (rev 100732)
+++ projects/docs/enterprise/5.0/mod_cluster/en-US/mod_cluster.xml 2010-02-09 05:36:46 UTC (rev 100733)
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
-<book status="draft">
+<book>
<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- <xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
More information about the jboss-cvs-commits
mailing list