Markup changes. Use of dl instead of ul. Markup code fragments and remove space before colons.

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1735547 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0c42f7377b
This commit is contained in:
Felix Schumacher 2016-03-18 08:33:38 +00:00
parent d0f01872df
commit 0ed48f4b06
1 changed files with 33 additions and 34 deletions

View File

@ -52,7 +52,7 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
Property <code>jmeter.save.saveservice.timestamp_format</code> must be set
</note>
<note>
The "Errors" summary table shows more accurate data if these settings are fulfilled :
The "<code>Errors</code>" summary table shows more accurate data if these settings are fulfilled:
<ul>
<li><source>jmeter.save.saveservice.assertion_results_failure_message = true</source></li>
<li>
@ -75,13 +75,13 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
Sets
the satisfaction threshold for the <a href="https://en.wikipedia.org/wiki/Apdex" target="_blank">APDEX</a>
calculation (in ms).
Default: 500
Default: <code>500</code>
</property>
<property name="apdex_tolerated_threshold" required="No">
Sets
the tolerance threshold for the APDEX calculation
(in ms).
Default: 1500
Default: <code>1500</code>
</property>
<property name="sample_filter" required="No">
Sets the filter
@ -96,7 +96,7 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
Sets the temporary
directory used by the generation
processus if it needs file I/O
operations. Default: temp
operations. Default: <code>temp</code>
</property>
<property name="statistic_window" required="No">
Sets the size
@ -105,12 +105,12 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
higher value provides a
better accurency
but needs more memory.
Default: 200000
Default: <code>200000</code>
</property>
</properties>
<note>Relative paths are built from the JMeter working directory
(default: bin).</note>
(default: <code>bin</code>).</note>
<note>
<p>
@ -123,14 +123,14 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
properties overlap.
</p>
<p>
E.g :
<br />
Property definition :
<source>jmeter.reportgenerator.overall_granularity=60000</source>
<br />
Property reference :
<source>${jmeter.reportgenerator.overall_granularity}</source>
E.g.:
</p>
<dl>
<dt>Property definition:</dt>
<dd><source>jmeter.reportgenerator.overall_granularity=60000</source></dd>
<dt>Property reference:</dt>
<dd><source>${jmeter.reportgenerator.overall_granularity}</source></dd>
</dl>
</note>
</subsection>
@ -159,7 +159,7 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
for more details.
</property>
<property name="exclude_controllers" required="No">Defines
whether the graph discards controller samples. Default: false</property>
whether the graph discards controller samples. Default: <code>false</code></property>
<property name="title" required="No">Sets the title of the
graph. Default: ""</property>
</properties>
@ -178,10 +178,9 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
argument.
</p>
<p>
E.g :
<br />
E.g.:
<source>jmeter.reportgenerator.graph.&lt;graph_id&gt;.property.set_granularity=150</source>
induces the call of the method setGranularity(150) on the
induces the call of the method <code>setGranularity(150)</code> on the
instance of the graph.
</p>
</subsection>
@ -207,14 +206,14 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
.
</property>
<property name="filters_only_sample_series" required="No">Defines
whether series_filter (see below) apply only on sample series.
Default: false</property>
whether <code>series_filter</code> (see below) apply only on sample series.
Default: <code>false</code></property>
<property name="series_filter" required="No">Sets the filter
of series. An empty value deactivates the filtering. Format:
regular expression. Default:
""</property>
<property name="show_controllers_only" required="No">Defines
whether only controller series are shown. Default: false</property>
whether only controller series are shown. Default: <code>false</code></property>
</properties>
</subsection>
@ -231,11 +230,11 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
<properties>
<property name="output_dir" required="No">Sets the
destination directory for generated html pages. Default:
report-output</property>
<code>report-output</code></property>
<property name="template_dir" required="No">Sets the
source directory of templated files from which the html
pages are generated. Default:
report-template</property>
<code>report-template</code></property>
</properties>
</td>
</tr>
@ -464,8 +463,8 @@ jmeter.reportgenerator.exporter.html.filters_only_sample_series=true
<li>Over time graphs have a time granularity equals to 1 minute.</li>
<li>The satisfaction threshold for ADPEX calculation is 1 second and half.</li>
<li>The tolerance threshold for ADPEX calculation is 3 seconds.</li>
<li>The HTML files are generated in the directory /tmp/test-report.</li>
<li>Only series which the name begins with "s0" or "s1" are shown.</li>
<li>The HTML files are generated in the directory <code>/tmp/test-report</code>.</li>
<li>Only series which the name begins with "<code>s0</code>" or "<code>s1</code>" are shown.</li>
<li>The previous filter only applies to graphs (resp. summary tables) where the series (resp. rows) match samples</li>
</ul>
</p>