diff --git a/bin/jmeter.properties b/bin/jmeter.properties index da881c61ce..0a0d638355 100644 --- a/bin/jmeter.properties +++ b/bin/jmeter.properties @@ -132,13 +132,13 @@ # Custom settings for Mac using System LAF if you don't want to use Darcula #jmeter.laf.mac=System -# Failing that, the JMeter default laf can be defined: +# Failing that, the JMeter default LAF can be defined: #jmeter.laf=System # If none of the above jmeter.laf properties are defined, JMeter uses the CrossPlatform LAF. # This is because the CrossPlatform LAF generally looks better than the System LAF. # See https://bz.apache.org/bugzilla/show_bug.cgi?id=52026 for details -# N.B. the laf can be defined in user.properties. +# N.B. the LAF can be defined in user.properties. # LoggerPanel display # default to false @@ -158,10 +158,10 @@ #jmeter.gui.refresh_period=500 # HiDPI mode (default: false) -# Activate a 'pseudo'-hidpi mode. Allows to increase size of some UI elements +# Activate a 'pseudo'-HiDPI mode. Allows to increase size of some UI elements # which are not correctly managed by JVM with high resolution screens in Linux or Windows #jmeter.hidpi.mode=false -# To enable pseudo-hidpi mode change to true +# To enable pseudo-HiDPI mode change to true #jmeter.hidpi.mode=true # HiDPI scale factor #jmeter.hidpi.scale.factor=1.0 @@ -229,7 +229,7 @@ gui.quick_9=ViewResultsFullVisualizer #Enable auto backups of the .jmx file when a test plan is saved. #When enabled, before the .jmx is saved, it will be backed up to the directory pointed #by the jmeter.gui.action.save.backup_directory property (see below). Backup file names are built -#after the jmx file being saved. For example, saving test-plan.jmx will create a test-plan-000012.jmx +#after the .jmx file being saved. For example, saving test-plan.jmx will create a test-plan-000012.jmx #in the backup directory provided that the last created backup file is test-plan-000011.jmx. #Default value is true indicating that auto backups are enabled #jmeter.gui.action.save.backup_on_save=true @@ -301,7 +301,7 @@ remote_hosts=127.0.0.1 # the following property before starting the server: #server.rmi.localport=4000 -# The jmeter server creates by default the RMI registry as part of the server process. +# The JMeter server creates by default the RMI registry as part of the server process. # To stop the server creating the RMI registry: #server.rmi.create=false @@ -317,7 +317,7 @@ remote_hosts=127.0.0.1 # Keystore file that contains private key #server.rmi.ssl.keystore.file=rmi_keystore.jks # -# Password of Keystore +# Password of keystore #server.rmi.ssl.keystore.password=changeit # # Key alias @@ -329,7 +329,7 @@ remote_hosts=127.0.0.1 # Keystore file that contains certificate #server.rmi.ssl.truststore.file=rmi_keystore.jks # -# Password of Trust store +# Password of truststore #server.rmi.ssl.truststore.password=changeit # # Set this if you don't want to use SSL for RMI @@ -390,7 +390,7 @@ remote_hosts=127.0.0.1 # Name of application module used in jaas.conf #kerberos_jaas_application=JMeter -# Should ports be stripped from urls before constructing SPNs +# Should ports be stripped from URLs before constructing SPNs # for SPNEGO authentication #kerberos.spnego.strip_port=true @@ -551,7 +551,7 @@ remote_hosts=127.0.0.1 # By default JMeter sends the variable to all servers # to ensure that the correct data is available at the client. -# Optional xml processing instruction for line 2 of the file: +# Optional XML processing instruction for line 2 of the file: # Example: #jmeter.save.saveservice.xml_pi= # Default value: @@ -620,7 +620,7 @@ upgrade_properties=/bin/upgrade.properties # HttpClient4.x #jmeter.httpsampler=HttpClient4 -# By default JMeter tries to be more lenient with RFC2616 redirects and allows +# By default JMeter tries to be more lenient with RFC 2616 redirects and allows # relative paths. # If you want to test strict conformance, set this value to true # When the property is true, JMeter follows http://tools.ietf.org/html/rfc3986#section-5.2 @@ -696,7 +696,7 @@ cssParser.types=text/css # It can be disabled by setting its value to 0 #css.parser.cache.size=400 -# Let the CSS Parser ignore all css errors +# Let the CSS Parser ignore all CSS errors #css.parser.ignore_all_css_errors=true #--------------------------------------------------------------------------- @@ -811,7 +811,7 @@ jdbc.config.jdbc.driver.class=com.mysql.jdbc.Driver|org.postgresql.Driver|oracle #tcp.handler=TCPClientImpl # # eolByte = byte value for end of line -# set this to a value outside the range -128 to +127 to skip eol checking +# set this to a value outside the range -128 to +127 to skip EOL checking #tcp.eolByte=1000 # # TCP Charset, used by org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl @@ -1075,7 +1075,7 @@ csvdataset.file.encoding_list=UTF-8|UTF-16|ISO-8859-15|US-ASCII #keep alive time for the parallel download threads (in seconds) #httpsampler.parallel_download_thread_keepalive_inseconds=60 -# Don't keep the embedded resources response data : just keep the size and the md5 +# Don't keep the embedded resources response data : just keep the size and the MD5 # default to false #httpsampler.embedded_resources_use_md5=false @@ -1108,7 +1108,7 @@ csvdataset.file.encoding_list=UTF-8|UTF-16|ISO-8859-15|US-ASCII # Netscape HTTP Cookie file cookies=cookies -# Ability to switch to Nashorn as default Javascript Engine used by IfController and __javaScript function +# Ability to switch to Nashorn as default JavaScript Engine used by IfController and __javaScript function # JMeter works as following: # - JDK >= 8 and javascript.use_rhino=false or not set : Nashorn # - JDK >= 8 and javascript.use_rhino=true: Rhino @@ -1164,13 +1164,13 @@ cookies=cookies # Set this to false to disable the use of JSyntaxTextArea for the Console Logger panel #loggerpanel.usejsyntaxtext=true -# Maximum size of HTML page that can be displayed; default=10 mbytes +# Maximum size of HTML page that can be displayed; default=10 MB # Set to 0 to disable the size check and display the whole response #view.results.tree.max_size=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 +# 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 view.results.tree.renderers_order=.RenderAsText,.RenderAsRegexp,.RenderAsBoundaryExtractor,.RenderAsCssJQuery,.RenderAsXPath,org.apache.jmeter.extractor.json.render.RenderAsJsonRenderer,.RenderAsHTML,.RenderAsHTMLFormatted,.RenderAsHTMLWithEmbedded,.RenderAsDocument,.RenderAsJSON,.RenderAsXML @@ -1178,7 +1178,7 @@ view.results.tree.renderers_order=.RenderAsText,.RenderAsRegexp,.RenderAsBoundar # Set to 0 to store all results (might consume a lot of memory) #view.results.tree.max_results=500 -# Maximum size of Document that can be parsed by Tika engine; defaut=10 * 1024 * 1024 (10MB) +# Maximum size of Document that can be parsed by Tika engine; default=10 * 1024 * 1024 (10 MB) # Set to 0 to disable the size check #document.max_size=0 @@ -1190,7 +1190,7 @@ view.results.tree.renderers_order=.RenderAsText,.RenderAsRegexp,.RenderAsBoundar # Set the following value to true in order to skip the delete confirmation dialogue #confirm.delete.skip=false -# Used by JSR223 elements +# Used by JSR-223 elements # Size of compiled scripts cache #jsr223.compiled_scripts_cache_size=100 @@ -1281,7 +1281,7 @@ system.properties=system.properties # Number of iterations to use to validate a Thread Group #testplan_validation.number_iterations=1 -# Force throuput controllers that work in percentage mode to be a 100% +# Force throughput controllers that work in percentage mode to be a 100% # Disabled by default #testplan_validation.tpc_force_100_pct=false