v4.1.0 より、PPP で送受信したデータ量を記録するようにしました。
従量制の回線を使用している場合に気になる料金について、おおよその目安をつけることができます。
pppcounter コマンドで記録を参照することができます。
root@plum:~# pppcounter pppcounter Usage: pppcounter [-h|--help] pppcounter set (-c <conntimes>) (-s <sendbytes>) (-r <recvbytes>) pppcounter sum [-p|--prev] pppcounter show [-p|--prev] [--html] pppcounter clean Options: -h show this help message and exit -c --conntimes <conntimes> connection times -s --sendbytes <sendbytes> send bytes -r --recvbytes <recvbytes> recv bytes -p --prev prev month --html html table
root@plum:~# pppcounter show +---------------------+-----------+-----------+----------+ | EndTime | SendBytes | RecvBytes | ConnTime | +---------------------+-----------+-----------+----------+ | 2019-05-27 13:44:30 | 76 | 76 | 42 | | 2019-05-27 15:36:26 | 2306 | 2136 | 227 | | 2019-05-27 15:53:21 | 1064 | 1064 | 976 | +---------------------+-----------+-----------+----------+