diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-19 00:03:35 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-19 11:07:31 +0100 |
commit | e51d9bf9e5ac5a6618c175cd9b5cfdc6733cd5d1 (patch) | |
tree | facf5a03c0726d56f5f90e0bc4a6c8d379630bb0 /man | |
parent | aa1fc791c7a10402b420c4e94deed5ca2c33ae57 (diff) | |
download | systemd-243.4.tar.gz |
man: add entry about SpeedMeter=v243.4
Closes #14002.
(cherry picked from commit c9fdaed079524942445a1bbbb975766768ad9b04)
Diffstat (limited to 'man')
-rw-r--r-- | man/networkd.conf.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 516455416b..2041ddd427 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -43,6 +43,28 @@ <xi:include href="standard-conf.xml" xpointer="main-conf" /> <refsect1> + <title>[Network] Section Options</title> + + <para>The following options are available in the <literal>[Network]</literal> section:</para> + + <variablelist class='network-directives'> + <varlistentry> + <term><varname>SpeedMeter=</varname></term> + <listitem><para>Takes a boolean. If set to yes, then <command>systemd-networkd</command> + measures the traffic of each interface, and + <command>networkctl status <replaceable>INTERFACE</replaceable> shows the measured speed. + </command>Defaults to no.</para></listitem> + </varlistentry> + + <varlistentry> + <term><varname>SpeedMeterIntervalSec=</varname></term> + <listitem><para>Specifies the time interval to calculate the traffic speed of each interface. + If <varname>SpeedMeter=no</varname>, the value is ignored. Defaults to 10sec.</para></listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>[DHCP] Section Options</title> <para>This section configures the DHCP Unique Identifier (DUID) value used by DHCP |