Modified: jmeter/branches/docs-3.2/docs/usermanual/component_reference.html URL: http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/component_reference.html?rev=1792320&r1=1792319&r2=1792320&view=diff ============================================================================== --- jmeter/branches/docs-3.2/docs/usermanual/component_reference.html (original) +++ jmeter/branches/docs-3.2/docs/usermanual/component_reference.html Sat Apr 22 19:01:41 2017 @@ -5,11 +5,11 @@ APACHE LOGO -->

19 Introduction

+
  • HTTP Mirror Server
  • Property Display
  • Debug Sampler
  • Debug PostProcessor
  • Test Fragment
  • setUp Thread Group
  • tearDown Thread Group
  • 18 Introduction

    @@ -22,7 +22,7 @@

    -

    19.1 Samplers

    +

    18.1 Samplers

    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 ^ -

    19.2 Logic Controllers

    +

    18.2 Logic Controllers


    Logic Controllers determine the order in which Samplers are processed.
    @@ -2364,7 +2364,7 @@ Critical Section Controller takes locks ^ -

    19.3 Listeners

    +

    18.3 Listeners


    Most of the listeners perform several roles in addition to "listening" @@ -3183,7 +3183,7 @@ By default, a Graphite implementation is ^ -

    19.4 Configuration Elements

    +

    18.4 Configuration Elements


    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 ^ -

    19.5 Assertions

    +

    18.5 Assertions

    Assertions are used to perform additional checks on samplers, and are processed after every sampler @@ -4491,7 +4491,7 @@ please ensure that you select "^ -

    19.6 Timers

    +

    18.6 Timers

    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.
    ^ -

    19.7 Pre Processors

    +

    18.7 Pre Processors


    Preprocessors are used to modify the Samplers in their scope. @@ -5062,7 +5062,7 @@ can be set to true^ -

    19.8 Post-Processors

    +

    18.8 Post-Processors

    As the name suggests, Post-Processors are applied after samplers. Note that they are @@ -5552,7 +5552,7 @@ It will allow you to extract in a very e

    Compute concatenation var
    If many results are found, plugin will concatenate them using ‘,’ separator and store it in a var named <variable name>_ALL
    No
    JSON PostProcessor
    JSON PostProcessor
    -

    19.9 Miscellaneous Features

    +

    18.9 Miscellaneous Features


    Modified: jmeter/branches/docs-3.2/docs/usermanual/functions.html URL: http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/functions.html?rev=1792320&r1=1792319&r2=1792320&view=diff ============================================================================== --- jmeter/branches/docs-3.2/docs/usermanual/functions.html (original) +++ jmeter/branches/docs-3.2/docs/usermanual/functions.html Sat Apr 22 19:01:41 2017 @@ -5,7 +5,7 @@ APACHE LOGO -->

    21. Functions and Variables

    + -->

    20. Functions and Variables

    JMeter functions are special values that can populate fields of any Sampler or other element in a test tree. A function call looks like this:

    @@ -110,7 +110,7 @@ Alternatively, just use TestPlanNameReturn name of current test plan2.6

    -

    21.1 What can functions do

    +

    20.1 What can functions do

    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.

    -

    21.2 Where can functions and variables be used?

    +

    20.2 Where can functions and variables be used?

    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}

    -

    21.3 How to reference variables and functions

    +

    20.3 How to reference variables and functions

    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.

    -

    21.4 The Function Helper Dialog

    +

    20.4 The Function Helper Dialog

    The Function Helper dialog is available from JMeter's Tools menu.

    Function Helper Dialog
    Function Helper Dialog

    Using the Function Helper, you can select a function from the pull down, and assign @@ -243,7 +243,7 @@ functions take different arguments.

    for you to copy-paste into your test plan wherever you like.

    -

    21.5 Functions

    +

    20.5 Functions

    __regexFunction

    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:

    -

    21.6 Pre-defined Variables

    +

    20.6 Pre-defined Variables

    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

  • START variables (see next section)
  • -

    21.6 Pre-defined Properties

    +

    20.6 Pre-defined Properties

    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 -->

    15. Generating Report Dashboard

    + -->

    14. Generating Report Dashboard

    JMeter supports dashboard report generation to get graphs and statistics from a test plan.
    This chapter describes how to configure and use the generator.

    -

    15.1 Overview

    +

    14.1 Overview

    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 @@

    -

    15.2 Configuring Dashboard Generation

    +

    14.2 Configuring Dashboard Generation

    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.

    -

    15.2.1 Requirements

    +

    14.2.1 Requirements

    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

    -

    15.2.2 General settings

    +

    14.2.2 General settings

    All properties must be prefixed with
    jmeter.reportgenerator.
    @@ -221,7 +221,7 @@ jmeter.save.saveservice.timestamp_format
    -

    15.2.3 Graph settings

    +

    14.2.3 Graph settings

    Each property describing a graph configuration must be prefixed with @@ -230,7 +230,7 @@ jmeter.save.saveservice.timestamp_format

    -

    15.2.3.1 General properties

    +

    14.2.3.1 General properties

    All graphs support these properties:

    Parameters @@ -256,7 +256,7 @@ jmeter.save.saveservice.timestamp_format

    -

    15.2.3.2 Specific properties

    +

    14.2.3.2 Specific properties

    Specific graph properties must use the prefix:

    jmeter.reportgenerator.graph.<graph_id>.property
    @@ -274,7 +274,7 @@ jmeter.save.saveservice.timestamp_format
    -

    15.2.4 Export settings

    +

    14.2.4 Export settings

    Each property describing an exporter configuration must be prefixed with @@ -282,7 +282,7 @@ jmeter.save.saveservice.timestamp_format followed by the exporter identifier.

    -

    15.2.4.1 General properties

    +

    14.2.4.1 General properties

    All exporters support these properties:

    Parameters @@ -311,7 +311,7 @@ jmeter.save.saveservice.timestamp_format

    -

    15.2.4.2 Specific properties

    +

    14.2.4.2 Specific properties

    Specific exporter properties must use the prefix

    jmeter.reportgenerator.exporter.<exporter_id>.property
    @@ -331,7 +331,7 @@ jmeter.save.saveservice.timestamp_format
    -

    15.2.4.3 Graph properties

    +

    14.2.4.3 Graph properties

    Graph properties allow exporters to overwrite some graph data.
    @@ -352,7 +352,7 @@ jmeter.save.saveservice.timestamp_format

    -

    15.2.4.4 Filtering mechanisms

    +

    14.2.4.4 Filtering mechanisms

    Unlike the filtering in the section General properties @@ -508,7 +508,7 @@ jmeter.save.saveservice.timestamp_format

    -

    15.2.5 Sample configuration

    +

    14.2.5 Sample configuration

    You can copy the following configuration to your user.properties file in order to test the report generator.

    @@ -564,20 +564,20 @@ jmeter.reportgenerator.exporter.html.fil
     
                 
    -

    15.3 Generating reports

    +

    14.3 Generating reports

    The report generation can be done as a stand alone process from a sample log file or automatically after running load test.

    -

    15.3.1 Generation from an existing sample CSV log file

    +

    14.3.1 Generation from an existing sample CSV log file

    Use the following command:

    jmeter -g <log file> -o <Path to output folder>

    -

    15.3.2 Generation after load test

    +

    14.3.2 Generation after load test

    Use the following command:

    jmeter -n -t <test JMX file> -l <test log file> -e -o <Path to output folder>
    @@ -585,7 +585,7 @@ jmeter.reportgenerator.exporter.html.fil
    -

    15.4 Default graphs

    +

    14.4 Default graphs

    Due to limitations of this early version, each default graph must be declared in JMeter properties. Otherwise, the graph views will be empty.
    @@ -706,7 +706,7 @@ jmeter.reportgenerator.exporter.html.fil
    -

    15.5 Want to improve Report Dashboard ?

    +

    14.5 Want to improve Report Dashboard ?

    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 -->

    24. Glossary

    + -->

    23. Glossary

    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 -->

    23. Hints and Tips

    + -->

    22. Hints and Tips

    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.

    -

    23.1 Passing variables between threads

    +

    22.1 Passing variables between threads

    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.

    -

    23.2 Enabling Debug logging

    +

    22.2 Enabling Debug logging

    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

    jmeter.loggerpanel.maxlength=80000
    -

    23.3 Searching

    +

    22.3 Searching

    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

    -

    23.5 Autosave process configuration

    +

    22.5 Autosave process configuration

    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

    -

    23.5 Adding Elements with Hotkeys

    +

    22.5 Adding Elements with Hotkeys

    When you do intense scripting with JMeter, there is a way to add elements to test plan quickly with keyboard shortcuts. Default bindings are: