Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions xdocs/usermanual/realtime-results.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,22 @@ InfluxDB data can be easily viewed in a browser through <a href="http://grafana.
<figure width="1265" height="581" image="grafana_dashboard.png">Grafana dashboard</figure>
</subsection>

<subsection name="&sect-num;.5 Graphite" anchor="graphite">
<p>HELP WELCOME for this section, see <a href="../building.html" >Contributing documentation</a></p>
<subsection name="&sect-num;.5 Graphite Configuration" anchor="graphite_configuration">
<p>To make JMeter send metrics to backend, add a BackendListener using the GraphiteBackendListenerClient.</p>
<p><a href="./component_reference.html#Backend_Listener">GraphiteBackendListenerClient</a> section will help you do the configuration.</p>
<figure width="902" height="341" image="backend_listener_graphite.png">Graphite configuration</figure>
</subsection>

<subsection name="&sect-num;.5.1 Graphite Sender" anchor="graphite_sendor">
<p>Two types of Senders are available. TextGraphiteMetricsSender, PickleGraphiteMetricsSender</p>
<ul>
<li>For plaintext protocol, set graphiteMetricsSender parameter to <code>org.apache.jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender</code></li>
<li>For pickle protocol, set graphiteMetricsSender parameter to <code>org.apache.jmeter.visualizers.backend.graphite.PickleGraphiteMetricsSender</code></li>
</ul>
<p>To send large amounts of data, use the Pickle sender. It is an efficient transmission method compared to textplain.
Read this for more details <a href="https://graphite.readthedocs.io/en/latest/feeding-carbon.html" target="_blank">Graphite documentation.</a></p>
<figure width="902" height="341" image="backend_listener_graphite_pickle.png">Graphite pickle sender</figure>
</subsection>
</section>

</body>
Expand Down