Skip to content

Commit

Permalink
[requested-changes] Added iperf to available features
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Aug 9, 2022
1 parent 1b1dd84 commit 9213aaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ Available Features
`RAM usage <#memory-usage>`_, `CPU load <#cpu-load>`_, `flash/disk usage <#disk-usage>`_,
mobile signal (LTE/UMTS/GSM `signal strength <#mobile-signal-strength>`_,
`signal quality <#mobile-signal-quality>`_,
`access technology in use <#mobile-access-technology-in-use>`_)
`access technology in use <#mobile-access-technology-in-use>`_), `bandwidth <#iperf>`_,
`transferred data <#iperf>`_, `restransmits <#iperf>`_, `jitter <#iperf>`_,
`datagram <#iperf>`_, `datagram loss <#iperf>`_
* Maintains a record of `WiFi sessions <#monitoring-wifi-sessions>`_ with clients'
MAC address and vendor, session start and stop time and connected device
along with other information
Expand All @@ -105,6 +107,8 @@ Available Features
* Extensible metrics and charts: it's possible to define new metrics and new charts
* API to retrieve the chart metrics and status information of each device
based on `NetJSON DeviceMonitoring <http://netjson.org/docs/what.html#devicemonitoring>`_
* `Iperf check <#iperf-1>`_ that provides network performance measurements such as maximum
achievable bandwidth, jitter, datagram loss etc of the openwrt device using `iperf3 utility <https://iperf.fr/>`_

------------

Expand Down Expand Up @@ -858,6 +862,9 @@ Iperf
.. figure:: https://github.com/openwisp/openwisp-monitoring/raw/docs/docs/1.1/datagram-loss.png
:align: center

For more info on how to configure and use Iperf, please refer to
`iperf check usage instructions <#iperf-check-usage-instructions>`_.

**Note:** Iperf charts uses ``connect_points=True`` in
`default chart configuration <#openwisp_monitoring_charts>`_ that joins it's individual chart data points.

Expand Down

0 comments on commit 9213aaf

Please sign in to comment.