glances/docs/aoa/wifi.rst

30 lines
650 B
ReStructuredText
Raw Normal View History

2016-10-21 19:03:33 +03:00
.. _wifi:
2017-03-12 20:52:17 +03:00
Wi-Fi
2016-10-21 19:03:33 +03:00
=====
*Availability: Linux only*
2024-04-07 19:20:35 +03:00
*Dependency: this plugin uses the optional wifi Python lib*
2016-10-21 19:03:33 +03:00
.. image:: ../_static/wifi.png
2017-03-12 20:52:17 +03:00
In the configuration file, you can define signal quality thresholds:
- ``"Poor"`` quality is between -100 and -85dBm
- ``"Good"`` quality between -85 and -60dBm
- ``"Excellent"`` between -60 and -40dBm
Thresholds for the signal quality can be defined in the configuration file:
2016-10-21 19:03:33 +03:00
.. code-block:: ini
[wifi]
disable=False
careful=-65
warning=-75
critical=-85
You can disable this plugin using the ``--disable-plugin wifi`` option or by
2017-03-12 20:52:17 +03:00
hitting the ``W`` key from the user interface.