From: Yu Watanabe Date: Mon, 18 Nov 2019 15:03:35 +0000 (+0900) Subject: man: add entry about SpeedMeter= X-Git-Tag: v244-rc1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9fdaed079524942445a1bbbb975766768ad9b04;p=thirdparty%2Fsystemd.git man: add entry about SpeedMeter= Closes #14002. --- 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