Author: milamber
Date: Sat May 14 10:50:48 2016
New Revision: 1743805

URL: http://svn.apache.org/viewvc?rev=1743805&view=rev
Log:
Prepare next release 3.0: update docs tree and overview (RC5)

Modified:
    jmeter/trunk/docs/usermanual/component_reference.html
    jmeter/trunk/docs/usermanual/generating-dashboard.html

Modified: jmeter/trunk/docs/usermanual/component_reference.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/component_reference.html?rev=1743805&r1=1743804&r2=1743805&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/component_reference.html (original)
+++ jmeter/trunk/docs/usermanual/component_reference.html Sat May 14 10:50:48 
2016
@@ -5793,6 +5793,11 @@ For this reason, the password for the ke
 The passwords are stored in the local preferences area.
 Please ensure that only trusted users have access to the host with the 
keystore.
 </p>
+<div class="clear"></div><div class="note">
+The popup that displays once you start the Recorder is an informational popup:
+<figure><a href="../images/screenshots/recorder_popup_info.png"><img 
src="../images/screenshots/recorder_popup_info.png" width="1024" height="749" 
alt="Recorder Install Certificate Popup"></a><figcaption>Recorder Install 
Certificate Popup</figcaption></figure>
+Just click ok and proceed further.
+</div><div class="clear"></div>
 <h5>Installing the certificate in Firefox</h5>
 <p>
 Choose the following options:

Modified: jmeter/trunk/docs/usermanual/generating-dashboard.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/generating-dashboard.html?rev=1743805&r1=1743804&r2=1743805&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/generating-dashboard.html (original)
+++ jmeter/trunk/docs/usermanual/generating-dashboard.html Sat May 14 10:50:48 
2016
@@ -18,7 +18,7 @@
                 <p>
                 This report provides the following metrics:
                 <ul>
-                    <li><a href="https://en.wikipedia.org/wiki/Apdex"; 
target="_blank">APDEX</a> table that computes for every transaction the APDEX 
based on configurable values for tolerated and satisfied thresholds</li>
+                    <li><a href="https://en.wikipedia.org/wiki/Apdex"; 
title="Application Performance Index" target="_blank">APDEX</a> (Application 
Performance Index) table that computes for every transaction the APDEX based on 
configurable values for tolerated and satisfied thresholds</li>
                     <li>A request summary graph showing the Success and failed 
transaction percentage: <figure><a 
href="../images/screenshots/dashboard/report_apdex_and_summary.png"><img 
src="../images/screenshots/dashboard/report_apdex_and_summary.png" width="1658" 
height="650" alt=""></a><figcaption></figcaption></figure></li>
                     <li>A Statistics table providing in one table a summary of 
all metrics per transaction including 3 configurable percentiles : <figure><a 
href="../images/screenshots/dashboard/report_statistics.png"><img 
src="../images/screenshots/dashboard/report_statistics.png" width="1376" 
height="433" alt=""></a><figcaption></figcaption></figure></li>
                     <li>An error table providing a summary of all errors and 
their proportion in the total requests : <figure><a 
href="../images/screenshots/dashboard/report_errors.png"><img 
src="../images/screenshots/dashboard/report_errors.png" width="1344" 
height="455" alt=""></a><figcaption></figcaption></figure></li>
@@ -53,8 +53,8 @@
                 <div class="subsection"><h2 
id="configuration_requirements">16.2.1 Requirements<a class="sectionlink" 
href="#configuration_requirements" title="Link to here">&para;</a></h2>
                     <p>
                         To enable the generator to operate, the input CSV files
-                        must include required data. Check that your JMeter
-                        configuration follows these settings:
+                        must include certain required data. Check that your 
JMeter
+                        configuration follows these settings (these are the 
defaults):
                         <pre class="source">
 jmeter.save.saveservice.bytes = true
 jmeter.save.saveservice.label = true
@@ -65,11 +65,14 @@ jmeter.save.saveservice.successful = tru
 jmeter.save.saveservice.thread_counts = true
 jmeter.save.saveservice.thread_name = true
 jmeter.save.saveservice.time = true
-# You can use any other format than the one shown here
+# the timestamp format must include the time and should include the date.
+# For example the default, which is milliseconds since the epoch: 
+jmeter.save.saveservice.timestamp_format = ms
+# Or the following would also be suitable
 jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss
                         </pre>
                         <div class="clear"></div><div class="note">
-                            Property <span 
class="code">jmeter.save.saveservice.timestamp_format</span> must be set
+                            The input CSV file must include the timeStamp
                         </div><div class="clear"></div>
                         <div class="clear"></div><div class="note">
                             The "<span class="code">Errors</span>" summary 
table shows more
@@ -132,7 +135,13 @@ jmeter.save.saveservice.timestamp_format
                             Default: <span class="code">200000</span>
                         </div><div class="required req-false">No</div></div>
                     </div>
-
+                    <div class="clear"></div><div class="note">Percentiles 
used by Summary table and Percentile graphs can be adjusted to different values 
by using the 3 properties:
+                    <ul>
+                        <li>aggregate_rpt_pct1 : Defaults to 90</li>
+                        <li>aggregate_rpt_pct2 : Defaults to 95</li>
+                        <li>aggregate_rpt_pct3 : Defaults to 99</li>
+                    </ul>
+                    </div><div class="clear"></div>
                     <div class="clear"></div><div class="note">Relative paths 
are built from the JMeter working directory
                         (default: <span class="code">bin</span>).</div><div 
class="clear"></div>
 
@@ -142,7 +151,7 @@ jmeter.save.saveservice.timestamp_format
                             generator configuration.  These properties are 
freely named
                             but you should use the prefix
                             <pre class="source">jmeter.reportgenerator.</pre>
-                            in order to avoid properties overlap.
+                            in order to avoid property overlap.
                         </p>
                         <p>
                             E.g.:
@@ -293,7 +302,7 @@ jmeter.save.saveservice.timestamp_format
                             <a href="#configure_general">General properties</a>
                             which discards data before calculations, here the
                             filtering is performed after the calculations and 
serves
-                            to lighten the final report.
+                            to simplify the final report.
                         </p>
                         <p>
                             The property <span 
class="code">series_filter</span>
@@ -423,13 +432,13 @@ jmeter.save.saveservice.timestamp_format
                             </table>
                         </p>
                         <div class="clear"></div><div class="note">
-                            A wrong filtering configuration can lead to 
generate empty
+                            Incorrect filter configuration can lead to 
generate empty
                             graphs/summary tables:
                             <ul>
                                 <li>
                                     If you set the property
                                     <span 
class="code">show_controllers_only</span>
-                                    whereas the graph is configured to exclude
+                                    and the graph is configured to exclude
                                     controllers.
                                 </li>
                                 <li>
@@ -444,14 +453,14 @@ jmeter.save.saveservice.timestamp_format
                 </div>
 
                 <div class="subsection"><h2 id="sample_configuration">16.2.5 
Sample configuration<a class="sectionlink" href="#sample_configuration" 
title="Link to here">&para;</a></h2>
-                    <p>You can copy the following configuration in your 
user.properties
+                    <p>You can copy the following configuration to your 
user.properties
                         file in order to test the report generator.</p>
                     <pre class="source">
 # Configure this property to change the report title
 #jmeter.reportgenerator.report_title=Apache JMeter Dashboard
 
 # Change this parameter if you want to change the granularity of over time 
graphs.
-jmeter.reportgenerator.overall_granularity=60000
+#jmeter.reportgenerator.overall_granularity=60000
 
  Change this parameter if you want to change the granularity of Response time 
distribution
 # Set to 500 ms by default
@@ -503,7 +512,7 @@ jmeter.reportgenerator.exporter.html.fil
                     sample log file or automatically after running load test.
                 </p>
 
-                <div class="subsection"><h2 id="report_only">16.3.1 Generation 
from an existing sample log file<a class="sectionlink" href="#report_only" 
title="Link to here">&para;</a></h2>
+                <div class="subsection"><h2 id="report_only">16.3.1 Generation 
from an existing sample CSV log file<a class="sectionlink" href="#report_only" 
title="Link to here">&para;</a></h2>
                     <p>
                         Use the following command:
                         <pre class="source">jmeter -g &lt;log file&gt; -o 
&lt;Path to output folder&gt;</pre>
@@ -520,7 +529,7 @@ jmeter.reportgenerator.exporter.html.fil
 
             <div class="subsection"><h2 id="default_graphs">16.4 Default 
graphs<a class="sectionlink" href="#default_graphs" title="Link to 
here">&para;</a></h2>
                 <div class="clear"></div><div class="note">Due to limitations 
of this early version, each default graph
-                    must be declared among the JMeter properties. Otherwise, 
the graph
+                    must be declared in JMeter properties. Otherwise, the graph
                     views will be empty.</div><div class="clear"></div>
 
                 <p>


Reply via email to