summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-19 00:03:35 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-18 16:47:26 +0100
commitc9fdaed079524942445a1bbbb975766768ad9b04 (patch)
tree19d860b396907fc7a1d3d1fb6c7ae14816ff4f6c
parentf0beb6f816035e438d684cc52ae76fc4a44fc197 (diff)
downloadsystemd-c9fdaed079524942445a1bbbb975766768ad9b04.tar.gz
man: add entry about SpeedMeter=
Closes #14002.
-rw-r--r--man/networkd.conf.xml22
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