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

@ -35,7 +35,7 @@
<subsection name="&sect-num;.2.1 Requirements" anchor="configuration_requirements"> <subsection name="&sect-num;.2.1 Requirements" anchor="configuration_requirements">
<p> <p>
To enable the generator to operate, the input CSV files must include required data. To enable the generator to operate, the input CSV files must include required data.
Check that your jmeter configuration follows these settings : Check that your jmeter configuration follows these settings:
<source> <source>
jmeter.save.saveservice.bytes = true jmeter.save.saveservice.bytes = true
jmeter.save.saveservice.label = true jmeter.save.saveservice.label = true
@ -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 Property <code>jmeter.save.saveservice.timestamp_format</code> must be set
</note> </note>
<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> <ul>
<li><source>jmeter.save.saveservice.assertion_results_failure_message = true</source></li> <li><source>jmeter.save.saveservice.assertion_results_failure_message = true</source></li>
<li> <li>
@ -75,13 +75,13 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
Sets Sets
the satisfaction threshold for the <a href="https://en.wikipedia.org/wiki/Apdex" target="_blank">APDEX</a> the satisfaction threshold for the <a href="https://en.wikipedia.org/wiki/Apdex" target="_blank">APDEX</a>
calculation (in ms). calculation (in ms).
Default: 500 Default: <code>500</code>
</property> </property>
<property name="apdex_tolerated_threshold" required="No"> <property name="apdex_tolerated_threshold" required="No">
Sets Sets
the tolerance threshold for the APDEX calculation the tolerance threshold for the APDEX calculation
(in ms). (in ms).
Default: 1500 Default: <code>1500</code>
</property> </property>
<property name="sample_filter" required="No"> <property name="sample_filter" required="No">
Sets the filter Sets the filter
@ -96,21 +96,21 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
Sets the temporary Sets the temporary
directory used by the generation directory used by the generation
processus if it needs file I/O processus if it needs file I/O
operations. Default: temp operations. Default: <code>temp</code>
</property> </property>
<property name="statistic_window" required="No"> <property name="statistic_window" required="No">
Sets the size Sets the size
of the sliding window used by percentile of the sliding window used by percentile
evaluation. Caution : evaluation. Caution:
higher value provides a higher value provides a
better accurency better accurency
but needs more memory. but needs more memory.
Default: 200000 Default: <code>200000</code>
</property> </property>
</properties> </properties>
<note>Relative paths are built from the JMeter working directory <note>Relative paths are built from the JMeter working directory
(default: bin).</note> (default: <code>bin</code>).</note>
<note> <note>
<p> <p>
@ -123,14 +123,14 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
properties overlap. properties overlap.
</p> </p>
<p> <p>
E.g : E.g.:
<br />
Property definition :
<source>jmeter.reportgenerator.overall_granularity=60000</source>
<br />
Property reference :
<source>${jmeter.reportgenerator.overall_granularity}</source>
</p> </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> </note>
</subsection> </subsection>
@ -145,7 +145,7 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
<!-- <note> The identifier is used to group properties by graph.</note> --> <!-- <note> The identifier is used to group properties by graph.</note> -->
<subsection name="&sect-num;.2.3.1 General properties" anchor="general_graph_properties"> <subsection name="&sect-num;.2.3.1 General properties" anchor="general_graph_properties">
<p>All graphs support these properties :</p> <p>All graphs support these properties:</p>
<properties> <properties>
<property name="classname" required="Yes"> <property name="classname" required="Yes">
The fully qualified class name of the graph The fully qualified class name of the graph
@ -159,7 +159,7 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
for more details. for more details.
</property> </property>
<property name="exclude_controllers" required="No">Defines <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 <property name="title" required="No">Sets the title of the
graph. Default: ""</property> graph. Default: ""</property>
</properties> </properties>
@ -178,10 +178,9 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
argument. argument.
</p> </p>
<p> <p>
E.g : E.g.:
<br />
<source>jmeter.reportgenerator.graph.&lt;graph_id&gt;.property.set_granularity=150</source> <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. instance of the graph.
</p> </p>
</subsection> </subsection>
@ -197,7 +196,7 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
</p> </p>
<subsection name="&sect-num;.2.4.1 General properties" anchor="general_export_properties"> <subsection name="&sect-num;.2.4.1 General properties" anchor="general_export_properties">
<p>All exporters support these properties :</p> <p>All exporters support these properties:</p>
<properties> <properties>
<property name="classname" required="Yes"> <property name="classname" required="Yes">
The fully qualified class name of the exporter The fully qualified class name of the exporter
@ -207,14 +206,14 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
. .
</property> </property>
<property name="filters_only_sample_series" required="No">Defines <property name="filters_only_sample_series" required="No">Defines
whether series_filter (see below) apply only on sample series. whether <code>series_filter</code> (see below) apply only on sample series.
Default: false</property> Default: <code>false</code></property>
<property name="series_filter" required="No">Sets the filter <property name="series_filter" required="No">Sets the filter
of series. An empty value deactivates the filtering. Format: of series. An empty value deactivates the filtering. Format:
regular expression. Default: regular expression. Default:
""</property> ""</property>
<property name="show_controllers_only" required="No">Defines <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> </properties>
</subsection> </subsection>
@ -231,11 +230,11 @@ jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other for
<properties> <properties>
<property name="output_dir" required="No">Sets the <property name="output_dir" required="No">Sets the
destination directory for generated html pages. Default: destination directory for generated html pages. Default:
report-output</property> <code>report-output</code></property>
<property name="template_dir" required="No">Sets the <property name="template_dir" required="No">Sets the
source directory of templated files from which the html source directory of templated files from which the html
pages are generated. Default: pages are generated. Default:
report-template</property> <code>report-template</code></property>
</properties> </properties>
</td> </td>
</tr> </tr>
@ -459,13 +458,13 @@ jmeter.reportgenerator.exporter.html.filters_only_sample_series=true
to your environment. to your environment.
</note> </note>
<p> <p>
This configuration allows to generate a report where : This configuration allows to generate a report where:
<ul> <ul>
<li>Over time graphs have a time granularity equals to 1 minute.</li> <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 satisfaction threshold for ADPEX calculation is 1 second and half.</li>
<li>The tolerance threshold for ADPEX calculation is 3 seconds.</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>The HTML files are generated in the directory <code>/tmp/test-report</code>.</li>
<li>Only series which the name begins with "s0" or "s1" are shown.</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> <li>The previous filter only applies to graphs (resp. summary tables) where the series (resp. rows) match samples</li>
</ul> </ul>
</p> </p>
@ -481,14 +480,14 @@ jmeter.reportgenerator.exporter.html.filters_only_sample_series=true
<subsection name="&sect-num;.3.1 Generation from an existing sample log file" anchor="report_only"> <subsection name="&sect-num;.3.1 Generation from an existing sample log file" anchor="report_only">
<p> <p>
Use the following command : Use the following command:
<source>jmeter -n -g &lt;log file&gt; -o &lt;Path to output folder&gt;</source> <source>jmeter -n -g &lt;log file&gt; -o &lt;Path to output folder&gt;</source>
</p> </p>
</subsection> </subsection>
<subsection name="&sect-num;.3.2 Generation after load test" anchor="report_after_load_test"> <subsection name="&sect-num;.3.2 Generation after load test" anchor="report_after_load_test">
<p> <p>
Use the following command : Use the following command:
<source>jmeter -n -t &lt;test JMX file&gt; -e -l &lt;test log file&gt; -o &lt;Path to output folder&gt;</source> <source>jmeter -n -t &lt;test JMX file&gt; -e -l &lt;test log file&gt; -o &lt;Path to output folder&gt;</source>
</p> </p>
</subsection> </subsection>
@ -504,7 +503,7 @@ jmeter.reportgenerator.exporter.html.filters_only_sample_series=true
package package
<code>org.apache.jmeter.report.processor.graph.impl</code> <code>org.apache.jmeter.report.processor.graph.impl</code>
</p> </p>
<p>The dashboard generator provides the following graph classes :</p> <p>The dashboard generator provides the following graph classes:</p>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -591,7 +590,7 @@ jmeter.reportgenerator.exporter.html.filters_only_sample_series=true
aggregated aggregated
to an average. So for to an average. So for
these these
points : points:
<ul> <ul>
<li>The abscissa is the average <li>The abscissa is the average
of the number of current active of the number of current active