summaryrefslogtreecommitdiffstats
path: root/docs/aoa/network.rst
blob: 56e8c7f82bde7b941bd8134ecb1fac26adb0c68c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _network:

Network
=======

.. image:: ../_static/network.png

Glances displays the network interface bit rate. The unit is adapted
dynamically (bit/s, kbit/s, Mbit/s, etc).

Alerts are only set if the maximum speed per network interface is
available (see sample in the configuration file).

It's also possibile to define:

- a list of network interfaces to hide
- per-interface limit values
- aliases for interface name

in the ``[network]`` section of the configuration file.

For example, if you want to hide the loopback interface (lo) and all the
virtual docker interface (docker0, docker1, ...):

.. code-block:: ini

    [network]
    hide=lo,docker.*