You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/02/18 23:51:24 UTC

svn commit: r1783602 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

Author: pmouawad
Date: Sat Feb 18 23:51:24 2017
New Revision: 1783602

URL: http://svn.apache.org/viewvc?rev=1783602&view=rev
Log:
Update docs after drop of commons-httpclient-3.1

Modified:
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1783602&r1=1783601&r2=1783602&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sat Feb 18 23:51:24 2017
@@ -355,7 +355,7 @@ JMETER-SERVER</source>
 <properties>
 <property name="httpclient.timeout">
     Set the socket timeout (or use the parameter <code>http.socket.timeout</code>) for
-    AJP Sampler and HttpClient3 implementation.<br/>
+    AJP Sampler.<br/>
     Value is in milliseconds, <code>0</code> means no timeout.<br/>
     Defaults to: <code>0</code>
 </property>
@@ -394,22 +394,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.12 Sample logging levels for Commons HttpClient" anchor="log_levels_commons_httpclient">
-<description>
-    Commons HttpClient Logging information can be found at <a href="http://hc.apache.org/httpclient-3.x/logging.html" target="_blank" >Logging</a>
-    <note>Note that full category names are used, i.e. must include the <code>org.apache</code>.</note>
-    Info level produces no output.<br/>
-    In log4j2.xml, set debug level:
-    <source>&lt;Logger name="org.apache.commons.httpclient" level="debug" /&gt;</source>
-    Might be useful:
-    <source>&lt;Logger name="org.apache.commons.httpclient.Authenticator" level="trace" /&gt;</source> 
-    Show headers only
-    <source>&lt;Logger name="org.apache.commons.httpclient.wire.header" level="debug" /&gt;</source>
-    Full wire debug produces a lot of output; consider using separate file:
-    <source>&lt;Logger name="org.apache.commons.httpclient.wire" level="debug" /&gt;</source>
-</description>
-</section>
-<section name="&sect-num;.13 Apache HttpClient logging examples" anchor="httpclient_logging_examples">
+<section name="&sect-num;.12 Apache HttpClient logging examples" anchor="httpclient_logging_examples">
 <description>
     Enable header wire and context logging - Best for Debugging
 	In log4j2.xml, set:
@@ -430,7 +415,7 @@ JMETER-SERVER</source>
 </source>
 </description>
 </section>
-<section name="&sect-num;.14 Apache HttpComponents HTTPClient configuration (HTTPClient4)" anchor="httpclient4">
+<section name="&sect-num;.13 Apache HttpComponents HTTPClient configuration (HTTPClient4)" anchor="httpclient4">
 <properties>
 <property name="hc.parameters.file">
     Define a properties file for overriding Apache HttpClient parameters.<br/>
@@ -467,7 +452,7 @@ JMETER-SERVER</source>
 </properties>
 </section>
 
-<section name="&sect-num;.16 HTTP Cache Manager configuration" anchor="cache_maanger">
+<section name="&sect-num;.14 HTTP Cache Manager configuration" anchor="cache_maanger">
 <properties>
 <property name="cacheable_methods">
     Space or comma separated list of methods that can be cached.<br/>
@@ -502,7 +487,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.17 Results file configuration" anchor="results_file_config">
+<section name="&sect-num;.15 Results file configuration" anchor="results_file_config">
 <properties>
 <property name="jmeter.save.saveservice.output_format">
     This section helps determine how result data will be saved.<br/>
@@ -637,7 +622,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.18 Settings that affect SampleResults" anchor="sample_results">
+<section name="&sect-num;.16 Settings that affect SampleResults" anchor="sample_results">
 <properties>
 <property name="sampleresult.timestamp.start">
     Save the start time stamp instead of the end.<br/>
@@ -655,7 +640,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.19 Upgrade" anchor="upgrade">
+<section name="&sect-num;.17 Upgrade" anchor="upgrade">
 <properties>
 <property name="upgrade_properties">
     File that holds a record of name changes for backward compatibility issues.<br/>
@@ -663,7 +648,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.20 JMeter Test Script recorder configuration" anchor="test_script_recorder">
+<section name="&sect-num;.18 JMeter Test Script recorder configuration" anchor="test_script_recorder">
 <properties>
 <property name="proxy.pause">
     <note>N.B. The element was originally called the Proxy recorder, which is why the properties
@@ -738,7 +723,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.21 Test Script Recorder certificate configuration" anchor="test_script_recorder_cert">
+<section name="&sect-num;.19 Test Script Recorder certificate configuration" anchor="test_script_recorder_cert">
 <properties>
 <property name="proxy.cert.directory">
     Defaults to: <em>JMeter <code>bin</code> directory</em>
@@ -773,7 +758,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.22 JMeter Proxy configuration" anchor="proxy_config">
+<section name="&sect-num;.20 JMeter Proxy configuration" anchor="proxy_config">
 <properties>
 <property name="http.proxyDomain">
     Use command-line flags for user-name and password.<br/>
@@ -781,7 +766,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.23 HTML Parser configuration" anchor="parser_config">
+<section name="&sect-num;.21 HTML Parser configuration" anchor="parser_config">
 <properties>
 <property name="HTTPResponse.parsers">
     Space-separated list of parser groups.<br/>
@@ -835,7 +820,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.24 Remote batching configuration" anchor="remote_batching_config">
+<section name="&sect-num;.22 Remote batching configuration" anchor="remote_batching_config">
     <p>
     Configure how SampleResults are sent from server to client when using distributed testing.
     </p>
@@ -926,7 +911,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.25 JDBC Request configuration" anchor="jdbc_request">
+<section name="&sect-num;.23 JDBC Request configuration" anchor="jdbc_request">
 <properties>
 <property name="jdbcsampler.nullmarker">
     String used to indicate a null value.<br/>
@@ -938,7 +923,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.26 OS Process Sampler configuration" anchor="os_sampler">
+<section name="&sect-num;.24 OS Process Sampler configuration" anchor="os_sampler">
 <properties>
 <property name="os_sampler.poll_for_timeout">
     Polling to see if process has finished its work, used when a timeout
@@ -947,7 +932,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.27 TCP Sampler configuration" anchor="tcp_sampler">
+<section name="&sect-num;.25 TCP Sampler configuration" anchor="tcp_sampler">
 <properties>
 <property name="tcp.handler">
     The default handler class.<br/>
@@ -978,7 +963,7 @@ JMETER-SERVER</source>
     Defaults to: <code>2</code></property>
 </properties>
 </section>
-<section name="&sect-num;.28 Summariser - Generate Summary Results - configuration (mainly applies to non-GUI mode)" anchor="summariser">
+<section name="&sect-num;.26 Summariser - Generate Summary Results - configuration (mainly applies to non-GUI mode)" anchor="summariser">
 <properties>
 <property name="summariser.name">
     Comment the following property to disable the default non-GUI summariser.<br/>
@@ -1004,7 +989,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.29 Aggregate Report and Aggregate Graph - configuration" anchor="aggregate_report_graph">
+<section name="&sect-num;.27 Aggregate Report and Aggregate Graph - configuration" anchor="aggregate_report_graph">
 <properties>
 <property name="aggregate_rpt_pct1">
     Percentiles to display in reports.<br/>
@@ -1024,7 +1009,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.30 BackendListener - configuration" anchor="backend">
+<section name="&sect-num;.28 BackendListener - configuration" anchor="backend">
 <properties>
 <property name="backend_graphite.send_interval">
     Send interval in seconds.<br/>
@@ -1069,7 +1054,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.31 BeanShell configuration" anchor="beanshell">
+<section name="&sect-num;.29 BeanShell configuration" anchor="beanshell">
 <properties>
 <property name="beanshell.server.port">
     BeanShell Server properties.<br/>
@@ -1114,7 +1099,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.32 MailerModel configuration" anchor="mailer">
+<section name="&sect-num;.30 MailerModel configuration" anchor="mailer">
 <properties>
 <property name="mailer.successlimit">
     The file <code>BeanShellListeners.bshrc</code> contains sample definitions
@@ -1128,7 +1113,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.33 CSVRead configuration" anchor="csv">
+<section name="&sect-num;.31 CSVRead configuration" anchor="csv">
 <properties>
 <property name="csvread.delimiter">
     CSVRead delimiter setting (default "<code>,</code>").<br/>
@@ -1138,7 +1123,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.34 __time() function configuration" anchor="time">
+<section name="&sect-num;.32 __time() function configuration" anchor="time">
 <properties>
 <property name="time.YMD">
     This and the following properties can be used to redefine the default time formats.<br/>
@@ -1158,7 +1143,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.35 CSV DataSet configuration" anchor="csv_dataset">
+<section name="&sect-num;.33 CSV DataSet configuration" anchor="csv_dataset">
 <properties>
 <property name="csvdataset.eofstring">
     String to return at <abbr title="end of file"><code>EOF</code></abbr> (if recycle not used).<br/>
@@ -1166,7 +1151,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.36 LDAP Sampler configuration" anchor="ldap">
+<section name="&sect-num;.34 LDAP Sampler configuration" anchor="ldap">
 <properties>
 <property name="ldapsampler.max_sorted_results">
     Maximum number of search results returned by a search that will be sorted
@@ -1194,7 +1179,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.37 Miscellaneous configuration" anchor="miscellaneous">
+<section name="&sect-num;.35 Miscellaneous configuration" anchor="miscellaneous">
 <properties>
 <property name="monitor.buffer.size">
     To set the Monitor Health Visualiser buffer size, enter the desired value.<br/>
@@ -1426,7 +1411,7 @@ JMETER-SERVER</source>
     Defaults to: <code>100</code></property>
 </properties>
 </section>
-<section name="&sect-num;.38 Classpath configuration" anchor="classpath">
+<section name="&sect-num;.36 Classpath configuration" anchor="classpath">
 <properties>
 <property name="search_paths">
     List of directories (separated by <code>;</code>) to search for additional
@@ -1470,7 +1455,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.39 Reporting configuration" anchor="reporting">
+<section name="&sect-num;.37 Reporting configuration" anchor="reporting">
 <properties>
 <property name="jmeter.reportgenerator.apdex_satisfied_threshold">
     Sets the satisfaction threshold for the APDEX calculation (in milliseconds).<br/>
@@ -1681,7 +1666,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.40 Additional property files to load" anchor="properties">
+<section name="&sect-num;.38 Additional property files to load" anchor="properties">
 <properties>
 <property name="user.properties">
     Should JMeter automatically load additional JMeter properties?<br/>
@@ -1700,7 +1685,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.41 Thread Group Validation feature" anchor="validation">
+<section name="&sect-num;.39 Thread Group Validation feature" anchor="validation">
 <description>Validation is the name of the feature used to rapidly validate a Thread Group runs fine</description>
 <properties>
 <property name="testplan_validation.tree_cloner_class">
@@ -1733,7 +1718,7 @@ JMETER-SERVER</source>
 </property>
 </properties>
 </section>
-<section name="&sect-num;.42 Timer related feature" anchor="timer">
+<section name="&sect-num;.40 Timer related feature" anchor="timer">
 <description>Timer are used to introduce think time in your plan.</description>
 <properties>
 <property name="timer.factor">
@@ -1766,7 +1751,7 @@ JMETER-SERVER</source>
 <a href="#">^</a>
 </section>
 
-<section name="&sect-num;.43 Naming Policy" anchor="naming_policy">
+<section name="&sect-num;.41 Naming Policy" anchor="naming_policy">
 <description>Timer are used to introduce think time in your plan.</description>
 <properties>
 <property name="naming_policy.prefix">