From c9fdaed079524942445a1bbbb975766768ad9b04 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 19 Nov 2019 00:03:35 +0900 Subject: [PATCH] man: add entry about SpeedMeter= Closes #14002. --- man/networkd.conf.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 516455416b7..2041ddd4275 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -42,6 +42,28 @@ + + [Network] Section Options + + The following options are available in the [Network] section: + + + + SpeedMeter= + Takes a boolean. If set to yes, then systemd-networkd + measures the traffic of each interface, and + networkctl status INTERFACE shows the measured speed. + Defaults to no. + + + + SpeedMeterIntervalSec= + Specifies the time interval to calculate the traffic speed of each interface. + If SpeedMeter=no, the value is ignored. Defaults to 10sec. + + + + [DHCP] Section Options