サイレントインストールを実行する方法帯域幅DWindowsを避け、コマンドラインでIPとインターフェイスを監視します(ubuntu 20.04の場合)。
sudo apt-get install bandwidthd # with what parameters
重要:
そうではありませんでしたhelp bandwidthd
。唯一の助け:
bandwidthd --help
Usage: bandwidthd [OPTION]
Options:
-D Do not fork to background
-l List detected devices
-c filename Alternate configuration file
--help Show this help
ありがとう
修正する:
解決策が見つかり、@muruの提案に従って答えとして投稿しています。より良い回答がある場合は、メッセージを残してください。
ベストアンサー1
解決策:
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install bandwidthd
インストール後に構成ファイルを編集し、必要に応じてデフォルトのパラメーターを変更します。
# default parameters:
sudo debconf-show bandwidthd
bandwidthd-pgsql/sensorid:
bandwidthd/dev: any
bandwidthd/promisc: false
bandwidthd/metarefresh:
bandwidthd/subnet: 169.254.0.0/16, 192.168.1.0/24, 192.168.122.0/24
bandwidthd/outputcdf: true
bandwidthd/recovercdf: true
sudo nano /etc/bandwidthd/bandwidthd.conf
# change default parameters. Example:
subnet 192.168.0.0/16
dev "wlp1s0"
# save the changes and...
sudo /etc/init.d/bandwidthd restart
使用権:
http://localhost/bandwidthd/