From commits-return-6002-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Oct 2 16:15:00 2016 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93D991952A for ; Sun, 2 Oct 2016 16:15:00 +0000 (UTC) Received: (qmail 14726 invoked by uid 500); 2 Oct 2016 16:15:00 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 14689 invoked by uid 500); 2 Oct 2016 16:15:00 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 14679 invoked by uid 99); 2 Oct 2016 16:15:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2016 16:15:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 208731A04BB for ; Sun, 2 Oct 2016 16:15:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id WZ9AcqtRJNX6 for ; Sun, 2 Oct 2016 16:14:57 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id D8C175F253 for ; Sun, 2 Oct 2016 16:14:56 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DEA7CE01DC for ; Sun, 2 Oct 2016 16:14:55 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D8CD83A0232 for ; Sun, 2 Oct 2016 16:14:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1763073 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml Date: Sun, 02 Oct 2016 16:14:52 -0000 To: commits@jmeter.apache.org From: fschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161002161453.D8CD83A0232@svn01-us-west.apache.org> Author: fschumacher Date: Sun Oct 2 16:14:52 2016 New Revision: 1763073 URL: http://svn.apache.org/viewvc?rev=1763073&view=rev Log: Markup changes and fix a few typos. 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=1763073&r1=1763072&r2=1763073&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original) +++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sun Oct 2 16:14:52 2016 @@ -1505,85 +1505,263 @@ log_level.org.apache.http.client=DEBUG
- Sets the satisfaction threshold for the APDEX calculation (in milliseconds).
, defaults to:500
- Sets the tolerance threshold for the APDEX calculation (in milliseconds).
, defaults to:1500
- Regular Expression which Indicates which samples to keep for graphs and statistics generation.
Empty value means no filtering
, defaults to:
- Sets the temporary directory used by the generation processus if it needs file I/O operations.
, defaults to:temp
- Sets the size of the sliding window used by percentile evaluation.
Caution : higher value provides a better accurency but needs more memory.
, defaults to: 20000
- Configure this property to change the report title
, defaults to:Apache JMeter Dashboard
- Defines the overall granularity for over time graphs
, defaults to:60000
- Response Time Percentiles graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer
-, defaults to:Response Time Percentiles - Response Time Distribution graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
-, defaults to:Response Time Distribution -, defaults to:500 - Active Threads Over Time graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer
-, defaults to:Active Threads Over Time -, defaults to:${jmeter.reportgenerator.overall_granularity} - Time VS Threads graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer
-, defaults to:Time VS Threads - Bytes Throughput Over Time graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.BytesThroughputGraphConsumer
-, defaults to:Bytes Throughput Over Time -, defaults to:${jmeter.reportgenerator.overall_granularity} - Response Time Over Time graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer
-, defaults to:Response Time Over Time -, defaults to:${jmeter.reportgenerator.overall_granularity} - Latencies Over Time graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.LatencyOverTimeGraphConsumer
-, defaults to:Latencies Over Time -, defaults to:${jmeter.reportgenerator.overall_granularity} - Response Time Vs Request graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.ResponseTimeVSRequestGraphConsumer
-, defaults to:Response Time Vs Request -, defaults to:true -, defaults to:${jmeter.reportgenerator.overall_granularity} - Latencies Vs Request graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.LatencyVSRequestGraphConsumer
-, defaults to:Latencies Vs Request -, defaults to:true -, defaults to:${jmeter.reportgenerator.overall_granularity} - Hits Per Second graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer
-, defaults to:Hits Per Second -, defaults to:true -, defaults to:${jmeter.reportgenerator.overall_granularity} - Codes Per Second graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer
-, defaults to:Codes Per Second -, defaults to:true -, defaults to:${jmeter.reportgenerator.overall_granularity} - Transactions Per Second graph definition
, defaults to:org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer
-, defaults to:Transactions Per Second -, defaults to:${jmeter.reportgenerator.overall_granularity} - HTML Export
, defaults to:org.apache.jmeter.report.dashboard.HtmlTemplateExporter
- Sets the source directory of templated files from which the html pages are generated.
, defaults to:report-template
- Sets the destination directory for generated html pages.
This will be overriden by the command line option -o
, defaults to:report-output
- Regular Expression which Indicates which graph series are filtered in display
Empty value means no filtering
, defaults to:
- Indicates whether series filter apply only on sample series
, defaults to:true
- Indicates whether only controller samples are displayed on graphs that support it.
, defaults to:false
+ + Sets the satisfaction threshold for the APDEX calculation (in milliseconds).
+ Defaults to: 500 +
+ + Sets the tolerance threshold for the APDEX calculation (in milliseconds).
+ Defaults to: 1500 +
+ + Regular Expression which Indicates which samples to keep for graphs and statistics generation.
+ Empty value means no filtering
+ Defaults to empty value. +
+ + Sets the temporary directory used by the generation process if it needs file I/O operations.
+ Defaults to: temp +
+ + Sets the size of the sliding window used by percentile evaluation.
+ Caution: higher value provides a better accurency but needs more memory. + Defaults to: 20000 +
+ + Configure this property to change the report title
+ Defaults to: Apache JMeter Dashboard +
+ + Defines the overall granularity for over time graphs
+ Defaults to: 60000 +
+ + Response Time Percentiles graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer +
+ + Defaults to: Response Time Percentiles + + + Response Time Distribution graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer +
+ + Defaults to: Response Time Distribution + + + Defaults to: 500 + + + Active Threads Over Time graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer +
+ + Defaults to: Active Threads Over Time + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Time VS Threads graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.TimeVSThreadGraphConsumer +
+ + Defaults to: Time VS Threads + + + Bytes Throughput Over Time graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.BytesThroughputGraphConsumer +
+ + Defaults to: Bytes Throughput Over Time + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Response Time Over Time graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer +
+ + Defaults to: Response Time Over Time + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Latencies Over Time graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.LatencyOverTimeGraphConsumer +
+ + Defaults to: Latencies Over Time + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Response Time Vs Request graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.ResponseTimeVSRequestGraphConsumer +
+ + Defaults to: Response Time Vs Request + + + Defaults to: true + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Latencies Vs Request graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.LatencyVSRequestGraphConsumer +
+ + Defaults to: Latencies Vs Request + + + Defaults to: true + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Hits Per Second graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.HitsPerSecondGraphConsumer +
+ + Defaults to: Hits Per Second + + + Defaults to: true + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Codes Per Second graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.CodesPerSecondGraphConsumer +
+ + Defaults to: Codes Per Second + + + Defaults to: true + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + Transactions Per Second graph definition
+ Defaults to: + org.apache.jmeter.report.processor.graph.impl.TransactionsPerSecondGraphConsumer +
+ + Defaults to: Transactions Per Second + + + Defaults to: ${jmeter.reportgenerator.overall_granularity} + + + HTML Export
+ Defaults to: + org.apache.jmeter.report.dashboard.HtmlTemplateExporter +
+ + Sets the source directory of templated files from which the html pages are generated.
+ Defaults to: report-template +
+ + Sets the destination directory for generated html pages.
+ This will be overridden by the command line option -o.
+ Defaults to: report-output +
+ + Regular Expression which Indicates which graph series are filtered in display.
+ Empty value means no filtering.
+ Defaults to empty value. +
+ + Indicates whether series filter apply only on sample series
+ Defaults to: true +
+ + Indicates whether only controller samples are displayed on graphs that support it.
+ Defaults to: false +
-Should JMeter automatically load additional JMeter properties?
File name to look for (comment to disable)
, defaults to:user.properties
-Should JMeter automatically load additional system properties?
File name to look for (comment to disable)
, defaults to:system.properties
-Comma separated list of files that contain reference to templates and their description
Path must be relative to jmeter root folder
, defaults to:/bin/templates/templates.xml
+ + Should JMeter automatically load additional JMeter properties?
+ File name to look for (comment to disable)
+ Defaults to: user.properties +
+ + Should JMeter automatically load additional system properties?
+ File name to look for (comment to disable)
+ Defaults to: system.properties +
+ + Comma separated list of files that contain reference to templates and their description.
+ Path must be relative to JMeter root folder
+ Defaults to: /bin/templates/templates.xml +
Validation is the name of the feature used to rapidly validate a Thread Group runs fine -Default implementation is org.apache.jmeter.gui.action.validation.TreeClonerForValidation
It runs validation without timers, with 1 thread and 1 iteration
You can implement your own policy that must extend org.apache.jmeter.engine.TreeCloner
JMeter will instanciate it and use it to create the Tree used to run validation on Thread Group
, defaults to:org.apache.jmeter.gui.action.validation.TreeClonerForValidation
-Number of threads to use to validate a Thread Group
, defaults to:1
-Ignore timers when validating the thread group of plan
, defaults to:true
-Number of iterations to use to validate a Thread Group
, defaults to:1
-Force throuput controllers that work in percentage mode to be a 100%
, defaults to:false
+ + Default implementation is org.apache.jmeter.gui.action.validation.TreeClonerForValidation + It runs validation without timers, with one thread and one iteration.
+ You can implement your own policy that must extend org.apache.jmeter.engine.TreeCloner.
+ JMeter will instantiate it and use it to create the Tree used to run validation on Thread Group.
+ Defaults to: + org.apache.jmeter.gui.action.validation.TreeClonerForValidation +
+ + Number of threads to use to validate a Thread Group.
+ Defaults to: 1 +
+ + Ignore timers when validating the thread group of plan.
+ Defaults to: true +
+ + Number of iterations to use to validate a Thread Group.
+ Defaults to: 1 +
+ + Force throughput controllers that work in percentage mode to be a 100%.
+ Defaults to: false +
Timer are used to introduce think time in your plan. -Apply a factor on computed pauses by the following Timers: -
    -
  • Gaussian Random Timer
  • -
  • Uniform Random Timer
  • -
  • Poisson Random Timer
  • -

Defaults to:1.0f
+ + Apply a factor on computed pauses by the following Timers: +
    +
  • Gaussian Random Timer
  • +
  • Uniform Random Timer
  • +
  • Poisson Random Timer
  • +
+ Defaults to: 1.0f +
^