Author: fschumacher Date: Sun Oct 2 15:30:50 2016 New Revision: 1763071 URL: http://svn.apache.org/viewvc?rev=1763071&view=rev Log: Markup changes, change default values and remove conversion artefacts. 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=1763071&r1=1763070&r2=1763071&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original) +++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sun Oct 2 15:30:50 2016 @@ -1248,53 +1248,215 @@ log_level.org.apache.http.client=DEBUG
-To set the Monitor Health Visualiser buffer size, enter the desired value
, defaults to:800
- If defined, then start the mirror server on the port
, defaults to:8081
- ORO PatternCacheLRU size
, defaults to:1000
-TestBeanGui

, defaults to:null
- Turn expert mode on/off: expert mode will show expert-mode beans and properties
, defaults to:true
- Maximum redirects to follow in a single sequence (default 5)
, defaults to:5
- Maximum frame/iframe nesting depth (default 5)
, defaults to:5
- Revert to BUG 51939 behaviour (no separate container for embedded resources) by setting the following false:
, defaults to:true
- If embedded resources download fails due to missing resources or other reasons, if this property is true
Parent sample will not be marked as failed
, defaults to:false
-keep alive time for the parallel download threads (in seconds)
, defaults to:60
- Don't keep the embedded resources response data : just keep the size and the md5
default to false
, defaults to:false
- List of extra HTTP methods that should be available in select box
, defaults to:VERSION-CONTROL,REPORT,CHECKOUT,CHECKIN,UNCHECKOUT,MKWORKSPACE,UPDATE,LABEL,MERGE,BASELINE-CONTROL,MKACTIVITY
- The encoding to be used if none is provided (default ISO-8859-1)
, defaults to:ISO-8859-1
- Network response size calculation method
Use real size: number of bytes for response body return by webserver
(i.e. the network bytes received for response)
if set to false, the (uncompressed) response data size will used (default before 2.5)
Include headers: add the headers size in real size
, defaults to:true
-, defaults to:true - CookieManager behaviour - should cookies with null/empty values be deleted?
Default is true. Use false to revert to original behaviour
, defaults to:true
- CookieManager behaviour - should variable cookies be allowed?
Default is true. Use false to revert to original behaviour
, defaults to:true
- CookieManager behaviour - should Cookies be stored as variables?
Default is false
, defaults to:false
- CookieManager behaviour - prefix to add to cookie name before storing it as a variable
Default is COOKIE_; to remove the prefix, define it as one or more spaces
, defaults to:
- CookieManager behaviour - check received cookies are valid before storing them?
Default is true. Use false to revert to previous behaviour
, defaults to:true
- Netscape HTTP Cookie file
, defaults to:cookies
- Ability to switch to Nashorn as default Javascript Engine used by IfController and __javaScript function
JMeter works as following:
- JDK < 8 : Rhino
, defaults to: 8 and javascript.use_rhino
- If you want to use Nashorn on JDK8, set this property to false
, defaults to:true
- Number of milliseconds to wait for a thread to stop
, defaults to:5000
-Whether to invoke System.exit(0) in server exit code after stopping RMI
, defaults to:false
- Whether to call System.exit(1) on failure to stop threads in non-GUI mode.
This only takes effect if the test was explictly requested to stop.
If this is disabled, it may be necessary to kill the JVM externally
, defaults to:true
- Whether to force call System.exit(0) at end of test in non-GUI mode, even if
there were no failures and the test was not explicitly asked to stop.
Without this, the JVM may never exit if there are other threads spawned by
the test which never exit.
, defaults to:false
-How long to pause (in ms) in the daemon thread before reporting that the JVM has failed to exit.
, If the value is < 0, the JMeter does not start the daemon thread, defaults to:2000
- If running non-GUI, then JMeter listens on the following port for a shutdown message.
To disable, set the port to 1000 or less.
, defaults to:4445
-
If the initial port is busy, keep trying until this port is reached
(to disable searching, set the value less than or equal to the .port property)
, defaults to:4455
- How often to check for shutdown during ramp-up (milliseconds)
, defaults to:1000
-Should JMeter expand the tree when loading a test plan?
default value is false since JMeter 2.7
, defaults to:false
-JSyntaxTextArea configuration
, defaults to:true
-, defaults to:true -, defaults to:true - Set 0 to disable undo feature in JSyntaxTextArea
, defaults to:50
- Change the font on the (JSyntax) Text Areas. (Useful for HiDPI screens)
, defaults to:Hack
-Change the size of the (JSyntax) Text Areas. Will be used only, when jsyntaxtextarea.font.family is set, defaults to:14 - Set this to false to disable the use of JSyntaxTextArea for the Console Logger panel
, defaults to:true
-, defaults to:10 mbytes - Set to 0 to disable the size check and display the whole response
, defaults to:10485760
- Order of Renderers in View Results Tree
Note full class names should be used for non jmeter core renderers
For JMeter core renderers, class names start with . and are automatically
prefixed with org.apache.jmeter.visualizers
, defaults to:.RenderAsText,.RenderAsRegexp,.RenderAsCssJQuery,.RenderAsXPath,.RenderAsHTML,.RenderAsHTMLWithEmbedded,.RenderAsDocument,.RenderAsJSON,.RenderAsXML
-, defaults to:10 * 1024 * 1024 (10MB) - Set to 0 to disable the size check
, defaults to:0
-JMS options
Enable the following property to stop JMS Point-to-Point Sampler from using
the properties java.naming.security.[principal|credentials] when creating the queue connection
, defaults to:false
- Set the following value to true in order to skip the delete confirmation dialogue
, defaults to:false
- Used by JSR223 elements
Size of compiled scripts cache
, defaults to:100
+ + To set the Monitor Health Visualiser buffer size, enter the desired value.
+ Defaults to: 800 +
+ + If defined and greater then zero, then start the mirror server on the port.
+ Defaults to: 0 +
+ + ORO PatternCacheLRU size.
+ Defaults to: 1000 +
+ + TestBeanGui
+ Defaults to: null +
+ + Turn expert mode on/off: expert mode will show expert-mode beans and properties.
+ Defaults to: true +
+ + Maximum redirects to follow in a single sequence.
+ Defaults to: 20 +
+ + Maximum frame/iframe nesting depth.
+ defaults to: 5 +
+ + Revert to 51939 behaviour (no separate container for embedded resources) + by setting the following false.
+ defaults to: true +
+ + If embedded resources download fails due to missing resources or other reasons, + if this property is true, Parent sample will not be marked as failed.
+ Defaults to: false +
+ + Keep-alive time for the parallel download threads (in seconds).
+ Defaults to: 60 +
+ + Don't keep the embedded resources response data; just keep the size and the MD5 sum.
+ Defaults to: false +
+ + List of extra HTTP methods that should be available in select box.
+ Defaults to: + VERSION-CONTROL,REPORT,CHECKOUT,CHECKIN,UNCHECKOUT,MKWORKSPACE,UPDATE,LABEL,MERGE,BASELINE-CONTROL,MKACTIVITY +
+ + The encoding to be used if none is provided.
+ Defaults to: ISO-8859-1 +
+ + Network response size calculation method
+ Use real size: number of bytes for response body returned by webserver + (i.e. the network bytes received for response). If set to false, + the (uncompressed) response data size will used (default before version 2.5).
+ Defaults to: true +
+ + Include headers: add the headers size in real size.
+ Defaults to: true +
+ + CookieManager behaviour - should cookies with null/empty values be deleted?
+ Use false to revert to original behaviour.
+ Defaults to: true +
+ + CookieManager behaviour - should variable cookies be allowed?
+ Use false to revert to original behaviour.
+ Defaults to: true +
+ + CookieManager behaviour - should Cookies be stored as variables?
+ Default to: false +
+ + CookieManager behaviour - prefix to add to cookie name before storing it as a variable.
+ Default is COOKIE_; to remove the prefix, define it as one or more spaces.
+ Defaults to: COOKIE_
+ + CookieManager behaviour - check received cookies are valid before storing them?
+ Use false to revert to previous behaviour.
+ Defaults to: true +
+ + Netscape HTTP Cookie file.
+ Defaults to: cookies +
+ + Ability to switch to Nashorn as default Javascript Engine used by IfController + and __javaScript function.
+ JMeter will prefer to use Rhino even if it detects a JRE 8 or higher. + If you want to use Nashorn, set this value to false + Defaults to: true +
+ + Number of milliseconds to wait for a thread to stop.
+ Defaults to: 5000 +
+ + Whether to invoke System.exit(0) in server exit code after + stopping RMI.
+ Defaults to: false +
+ + Whether to call System.exit(1) on failure to stop threads in + non-GUI mode.
+ This only takes effect if the test was explicitly requested to stop.
+ If this is disabled, it may be necessary to kill the JVM externally.
+ Defaults to: true +
+ + Whether to force call System.exit(0) at end of test in non-GUI mode, + even if there were no failures and the test was not explicitly asked to stop.
+ Without this, the JVM may never exit if there are other threads spawned by + the test which never exit.
+ Defaults to: false +
+ + How long to pause (in ms) in the daemon thread before reporting that the JVM has + failed to exit.
+ If the value is less than zero, the JMeter does not start the daemon thread
+ Defaults to: 2000 +
+ + If running non-GUI, then JMeter listens on the following port for a shutdown message.
+ To disable, set the port to 1000 or less.
+ Defaults to: 4445 +
+ + If the initial port is busy, keep trying until this port is reached + (to disable searching, set the value less than or equal to the .port property).
+ Defaults to: 4455 +
+ + How often to check for shutdown during ramp-up (milliseconds).
+ Defaults to: 1000 +
+ + Should JMeter expand the tree when loading a test plan?
+ Default value is false since JMeter 2.7
+ Defaults to: false +
+ + JSyntaxTextArea configuration.
+ Defaults to: true +
+ + Defaults to: true + + + Defaults to: true + + + Set to zero to disable undo feature in JSyntaxTextArea.
+ Defaults to: 50 +
+ + Change the font on the (JSyntax) Text Areas. (Useful for HiDPI screens).
+ Defaults to empty value, which means platform default monospaced font +
+ + Change the size of the (JSyntax) Text Areas. Will be used only, + when jsyntaxtextarea.font.family is set.
+ Defaults to: -1
+ + Set this to false to disable the use of JSyntaxTextArea + for the Console Logger panel.
+ Defaults to: true +
+ + Maximum size (in bytes) of HTML page that can be displayed.
+ Set to zero to disable the size check and display the whole response.
+ Defaults to: 10485760 +
+ + Order of Renderers in View Results Tree.
+ Note full class names should be used for non JMeter core renderers + For JMeter core renderers, class names start with . and are automatically + prefixed with org.apache.jmeter.visualizers
+ Defaults to: + .RenderAsText,.RenderAsRegexp,.RenderAsCssJQuery,.RenderAsXPath,.RenderAsHTML,.RenderAsHTMLWithEmbedded,.RenderAsDocument,.RenderAsJSON,.RenderAsXML +
+ + Maximum size (in bytes) of Document that can be parsed by Tika engine
+ Set to zero to disable the size check.
+ Defaults to: 10485760 +
+ + JMS options.
+ Enable the following property to stop JMS Point-to-Point Sampler from using + the properties java.naming.security.[principal|credentials] when + creating the queue connection.
+ Defaults to: false +
+ + Set the following value to true in order to skip the delete + confirmation dialogue.
+ Defaults to: false +
+ + Used by JSR223 elements.
+ Size of compiled scripts cache.
+ Defaults to: 100