You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/03/01 23:16:42 UTC

svn commit: r1663172 - in /jmeter/trunk: docs/images/screenshots/grafana_dashboard.png xdocs/images/screenshots/grafana_dashboard.png xdocs/usermanual/realtime-results.xml

Author: pmouawad
Date: Sun Mar  1 22:16:41 2015
New Revision: 1663172

URL: http://svn.apache.org/r1663172
Log:
Bug 57246 - BackendListener : Create a Graphite implementation
Add screenshots
Bugzilla Id: 57246

Added:
    jmeter/trunk/docs/images/screenshots/grafana_dashboard.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/grafana_dashboard.png   (with props)
Modified:
    jmeter/trunk/xdocs/usermanual/realtime-results.xml   (contents, props changed)

Added: jmeter/trunk/docs/images/screenshots/grafana_dashboard.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/grafana_dashboard.png?rev=1663172&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/grafana_dashboard.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/grafana_dashboard.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/grafana_dashboard.png?rev=1663172&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/grafana_dashboard.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jmeter/trunk/xdocs/usermanual/realtime-results.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/realtime-results.xml?rev=1663172&r1=1663171&r2=1663172&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/realtime-results.xml (original)
+++ jmeter/trunk/xdocs/usermanual/realtime-results.xml Sun Mar  1 22:16:41 2015
@@ -109,7 +109,8 @@ In this document we will present the con
            </tr>
            <tr>
                <td>&lt;rootMetricsPrefix&gt;.&lt;samplerName&gt;.percentile&lt;percentileValue&gt;</td>
-               <td>Percentile computed for successful responses of sampler name. You can input as many percentiles as you want (3 or 4 being a reasonable value). By default listener computes percentiles 90%, 95% and 99%</td>            
+               <td>Percentile computed for successful responses of sampler name. You can input as many percentiles as you want (3 or 4 being a reasonable value).<br/> 
+               By default listener computes percentiles 90%, 95% and 99%</td>            
            </tr>
     </table>
     <p>
@@ -127,7 +128,7 @@ In this document we will present the con
 <subsection name="&sect-num;.2 InfluxDB" anchor="influxdb">
 <p>InfluxDB is an open-source, distributed,time-series database that allows to 
 easily store metrics.
-Installation and configuration is very easy, read this for more details <a href="http://influxdb.com/docs/v0.8/introduction/installation.html" target="_blank" >InfluxDB documentation</a>.
+Installation and configuration is very easy, read this for more details <a href="http://influxdb.com/docs/v0.8/introduction/installation.html" target="_blank" >InfluxDB documentation</a>.<br/>
 InfluxDB data can be easily viewed in a browser through either <a href="https://github.com/hakobera/influga"  target="_blank">Influga</a> or <a href="http://grafana.org/"  target="_blank">Grafana</a>.
 We will use Grafana in this case.
 </p>
@@ -176,8 +177,11 @@ We will use Grafana in this case.
       },
     </code><br/>
     <p>
-    Note that grafana has "grafanaDB:true". Also note that here we use root user for simplicity, it is better to dedicate a special user with less rights.
+    Note that grafana has "grafanaDB:true". Also note that here we use root user for simplicity, it is better to dedicate a special user with less rights.<br/>
+    Here is the kind of dashboard that you could obtain:
     </p>
+    <figure width="1912" height="957" image="grafana_dashboard.png">Grafana dashboard</figure> 
+    
     </subsection>
 </subsection>
 <subsection name="&sect-num;.3 Collectd" anchor="collectd">

Propchange: jmeter/trunk/xdocs/usermanual/realtime-results.xml
------------------------------------------------------------------------------
    svn:eol-style = native