From: Yu Watanabe Date: Mon, 18 Nov 2019 15:03:35 +0000 (+0900) Subject: man: add entry about SpeedMeter= X-Git-Tag: archive/raspbian/243-8+rpi1^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96c30c5e4882b9c566f6b2928d70b4cf9ba28142;p=systemd.git man: add entry about SpeedMeter= Closes #14002. (cherry picked from commit c9fdaed079524942445a1bbbb975766768ad9b04) Gbp-Pq: Name man-add-entry-about-SpeedMeter.patch --- diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 51645541..2041ddd4 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