Samplers perform the actual work of JMeter.
@@ -374,7 +374,7 @@ Optional properties to allow change the
sampleresult.getbytes.body_real_size=true
Add HTTP headers to full response size
sampleresult.getbytes.headers_size=true
-The Java and HttpClient3 implementations do not include transport overhead such as
+The Java implementation does not include transport overhead such as
chunk headers in the response body size.
The HttpClient4 implementation does include the overhead in the response body size,
so the value may be greater than the number of bytes in the response content.
@@ -1799,7 +1799,7 @@ MongoDB Script is more suitable for func
^
-
Configuration elements can be used to set up defaults and variables for later use by samplers.
@@ -4023,7 +4023,7 @@ DB db = MongoDBHolder.getDBFromSource("v
^
-
Assertions are used to perform additional checks on samplers, and are processed after every sampler
@@ -4491,7 +4491,7 @@ please ensure that you select "^
-
Since version 3.1, a new feature (in Beta mode as of JMeter 3.1 and subject to changes) has been implemented which provides the following feature.
@@ -4755,7 +4755,7 @@ to the random delay.
There are two kinds of functions: user-defined static values (or variables), and built-in functions.
User-defined static values allow the user to define variables to be replaced with their static value when
a test tree is compiled and submitted to be run. This replacement happens once at the beginning of the test
@@ -133,7 +133,7 @@ request throughout the course of the tes
Each occurrence of a function call in a test plan is handled by a separate function instance.
Functions and variables can be written into any field of any test component (apart from the TestPlan - see below).
Some fields do not allow random strings
@@ -180,7 +180,7 @@ SELECT item from table where name=${VAR}
Referencing a variable in a test element is done by bracketing the variable name with '${' and '}'.
Functions are referenced in the same manner, but by convention, the names of
functions begin with "__" to avoid conflict with user value names*. Some functions take arguments to
@@ -232,7 +232,7 @@ that can be used to display the values o
variable will override the built-in function.
The Regex Function is used to parse the previous response (or the value of a variable) using any regular
expression (provided by user). The function returns the template string with variable values filled
@@ -1328,7 +1328,7 @@ becomes:
Most variables are set by calling functions or by test elements such as User Defined Variables;
in which case the user has full control over the variable name that is used.
@@ -1342,7 +1342,7 @@ Note: this is updated after PostProcesso
The set of JMeter properties is initialised from the system properties defined when JMeter starts;
additional JMeter properties are defined in jmeter.properties, user.properties or on the command line.
Modified: jmeter/branches/docs-3.2/docs/usermanual/generating-dashboard.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/generating-dashboard.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/generating-dashboard.html (original)
+++ jmeter/branches/docs-3.2/docs/usermanual/generating-dashboard.html Sat Apr 22 19:01:41 2017
@@ -5,11 +5,11 @@
APACHE LOGO
-->
JMeter supports dashboard report generation to get graphs and
statistics from a test plan.
This chapter describes how to configure and use the generator.
The dashboard generator is a modular extension of JMeter.
Its default behavior is to read and process samples from
CSV files to generate HTML files containing graph views.
@@ -48,7 +48,7 @@
Dashboard generation uses JMeter properties to customize the
report. Some properties are used for general settings and others are
@@ -56,7 +56,7 @@
All report generator properties can be found in file reportgenerator.properties.
To customize these properties, you should copy them in user.properties file and modify them.
To enable the generator to operate, the input CSV files
must include certain required data. Check that your JMeter
@@ -108,7 +108,7 @@ jmeter.save.saveservice.timestamp_format
Each property describing an exporter configuration must be
prefixed with
@@ -282,7 +282,7 @@ jmeter.save.saveservice.timestamp_format
followed by the exporter identifier.
If you want to contribute new graphs or improve current ones, you
can read this developer documentation.
Read this documentation on contributing.
Modified: jmeter/branches/docs-3.2/docs/usermanual/glossary.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/glossary.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/glossary.html (original)
+++ jmeter/branches/docs-3.2/docs/usermanual/glossary.html Sat Apr 22 19:01:41 2017
@@ -5,7 +5,7 @@
APACHE LOGO
-->
Elapsed time. JMeter measures the elapsed time from just before sending the request to
Modified: jmeter/branches/docs-3.2/docs/usermanual/hints_and_tips.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/hints_and_tips.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/hints_and_tips.html (original)
+++ jmeter/branches/docs-3.2/docs/usermanual/hints_and_tips.html Sat Apr 22 19:01:41 2017
@@ -5,13 +5,13 @@
APACHE LOGO
-->
This section is a collection of various hints and tips that have been suggested by various questions on the JMeter User list.
If you don't find what you are looking for here, please check the JMeter Wiki.
Also, try search the JMeter User list; someone may well have already provided a solution.
JMeter variables have thread scope. This is deliberate, so that threads can act independently.
However sometimes there is a need to pass variables between different threads, in the same or different Thread Groups.
@@ -33,7 +33,7 @@ read it using CSV Dataset.
Most test elements include debug logging. If running a test plan from the GUI,
select the test element and use the Help Menu to enable or disable logging.
@@ -58,7 +58,7 @@ To avoid using too much memory, this com
It is sometimes hard to find in a Test Plan tree and elements using a variable or containing a certain URL or parameter.
A new feature is now available since 2.6, you can access it in Menu Search.
@@ -77,7 +77,7 @@ will match any component that contains t
-
23.4 JMeter with a HiDPI screen on Linux or Windows¶
+
22.4 JMeter with a HiDPI screen on Linux or Windows¶
The HiDPI mode isn't currently support by the Swing API in Java on Linux, MacOS or Windows. Therefore
@@ -104,7 +104,7 @@ will match any component that contains t
Since JMeter 3.0, JMeter automatically saves up to ten backups of every saved jmx files. When enabled, just before the jmx file is saved,
it will be backed up to the ${JMETER_HOME}/backups subfolder. Backup files are named after the saved jmx file and assigned a
@@ -143,7 +143,7 @@ will match any component that contains t