vnStat
vnStat は軽量な (コマンドライン) ネットワークトラフィックモニターです。インターフェイスを選択して監視することができ、後で解析できるようにデータベースにネットワークトラフィックログを記録します。
インストール
公式リポジトリから vnstat をインストールしてください。
設定
Start/enable the vnstat.service
daemon.
Pick a preferred network interface and edit the Interface
variable in the /etc/vnstat.conf
accordingly. To list all interfaces available to vnstat, use vnstat --iflist
.
To start monitoring a particular interface that was not referred to in the configuration file when the daemon was started, you must initialize a database first. Each interface needs its own database. The command to initialize one for the eth0
interface is:
# vnstat --add -i eth0
Remember to restart the vnstat.service
daemon after you have added a new interface.
使用方法
ネットワークトラフィックを問い合わせる:
# vnstat -q
ネットワークトラフィックの使用量をライブで表示:
# vnstat -l
他のオプションを見るには、次を実行:
# vnstat --help