mstover1 2005/06/10 07:03:57
Modified: src/components/org/apache/jmeter/timers
ConstantThroughputTimerResources_ja.properties
ConstantThroughputTimerResources_zh_TW.properties
xdocs/usermanual component_reference.xml
Log:
updating resources for the ConstantThroughputTimer, adding documentation for
jdbc connection pool.
Revision Changes Path
1.4 +7 -2
jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources_ja.properties
Index: ConstantThroughputTimerResources_ja.properties
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources_ja.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConstantThroughputTimerResources_ja.properties 14 Dec 2004 00:37:13
-0000 1.3
+++ ConstantThroughputTimerResources_ja.properties 10 Jun 2005 14:03:57
-0000 1.4
@@ -1,5 +1,10 @@
#Stored by I18NEdit, may be edited!
displayName=\u5B9A\u6570\u30B9\u30EB\u30FC\u30D7\u30C3\u30C8\u30BF\u30A4\u30DE
+delay.displayName=Delay before each affected sampler
throughput.displayName=\u30BF\u30FC\u30B2\u30C3\u30C8\u30B9\u30EB\u30FC\u30D7\u30C3\u30C8(\u30B5\u30F3\u30D7\u30EB\u6570/\u30DF\u30EA\u79D2)
-legacyMode.displayName=Legacy Mode
-legacyMode.shortDescription=The Constant Throughput Timer used to delay each
thread as though it was the only thread in the test. Now, it calculates the
delay taking into account the number of threads in the test.
+throughput.shortDescription=Maximum number of samples you want to obtain per
minute, per thread, from all affected samplers.
+calcMode.displayName=Calculate Throughput based on
+calcMode.shortDescription=The Constant Throughput Timer used to delay each
thread as though it was the only thread in the test. Now, it calculates the
delay taking into account the number of active threads in the test or the
thread group.
+calcMode.1=this thread only
+calcMode.2=all active threads
+calcMode.3=all active threads in current thread group
\ No newline at end of file
1.2 +5 -2
jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources_zh_TW.properties
Index: ConstantThroughputTimerResources_zh_TW.properties
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources_zh_TW.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConstantThroughputTimerResources_zh_TW.properties 2 May 2005 11:40:33
-0000 1.1
+++ ConstantThroughputTimerResources_zh_TW.properties 10 Jun 2005 14:03:57
-0000 1.2
@@ -1,7 +1,10 @@
#Stored by I18NEdit, may be edited!
delay.displayName=\u6BCF\u500B\u53D6\u6A23\u9593\u7684\u5EF6\u9072\u6642\u9593
displayName=\u56FA\u5B9A\u6642\u9694
-legacyMode.displayName=\u50B3\u7D71\u6A21\u5F0F
-legacyMode.shortDescription=\u50C5\u542B\u6E2C\u8A66\u4E2D\u7684\u57F7\u884C\u7DD2.
\u70BA\u6E2C\u8A66\u4E2D\u57F7\u884C\u7DD2\u4E2D\u7684\u5EF6\u9072\u6642\u9694
+calcMode.displayName=Calculate Throughput based on
+calcMode.shortDescription=The Constant Throughput Timer used to delay each
thread as though it was the only thread in the test. Now, it calculates the
delay taking into account the number of active threads in the test or the
thread group.
+calcMode.1=this thread only
+calcMode.2=all active threads
+calcMode.3=all active threads in current thread group
throughput.displayName=\u76EE\u6A19\u8655\u7406\u91CF(\u6BCF\u5206\u9418\u53D6\u6A23\u6578)
throughput.shortDescription=\u5728\u6240\u6709\u53D6\u6A23\u4E2D\uFF0C\u6BCF\u57F7\u884C\u7DD2\u6BCF\u5206\u9418\u5167\u7684\u6700\u5927\u53D6\u6A23\u6578
1.116 +23 -3 jakarta-jmeter/xdocs/usermanual/component_reference.xml
Index: component_reference.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- component_reference.xml 5 Jun 2005 00:52:10 -0000 1.115
+++ component_reference.xml 10 Jun 2005 14:03:57 -0000 1.116
@@ -1660,9 +1660,29 @@
<component index="16.4.6" name="JDBC Connection Configuration"
screenshot="jdbc-config/jdbc-conn-config.png">
- <description>Defines the JDBC Connection settings to be used by
- the <complink name="JDBC Request"/>Sampler.
+ <description>Creates a database connection pool (used by <complink
name="JDBC Request"/>Sampler)
+ with JDBC Connection settings.
</description>
+ <properties>
+ <property name="Name" required="No">Descriptive name for the
connection pool that is shown in the tree.</property>
+ <property name="Variable Name" required="Yes">The name of the
variable the connection pool is tied to.
+ Multiple connection pools can be used, each tied to a different
variable, allowing JDBC Samplers
+ to select the pool to draw connections from.</property>
+ <property name="Max Number of Connections"
required="Yes">Maximum number of connections allowed in the pool</property>
+ <property name="Pool timeout" required="Yes">Pool throws an
error if the timeout period is exceeded in the
+ process of trying to retrieve a connection</property>
+ <property name="Idle Cleanup Interval (ms)"
required="Yes">Uncertain what exactly this does.</property>
+ <property name="Auto Commit" required="Yes">Turn auto commit on
or off for the connections.</property>
+ <property name="Keep-alive" required="Yes">Uncertain what
exactly this does.</property>
+ <property name="Max Connection Age (ms)"
required="Yes">Uncertain what exactly this does.</property>
+ <property name="Validation Query" required="Yes">A simple query
used to determine if the database is still
+ responding.</property>
+ <property name="Database URL" required="Yes">JDBC Connection
string for the database.</property>
+ <property name="JDBC Driver class" required="Yes">Fully
qualified name of driver class. (Must be in
+ JMeter's classpath - easiest to copy .jar file into JMeter's
/lib directory).</property>
+ <property name="Username" required="Yes">Name of user to
connect as.</property>
+ <property name="Password" required="Yes">Password to connect
with.</property>
+ </properties>
</component>
<component index="16.4.7" name="JDBC SQL Query Defaults"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]