Linux pppstats命令
Linux 教程
· 2019-02-16 06:13:36
Linux pppstats命令用于显示PPP连线状态。
利用pppstats(point to point protocol status)指令可让你得知PPP连接网络的相关信息。
语法
pppstats [-adrv][-c<执行次数>][-w<间隔秒数>][网络界面]
参数说明:
- -a 显示绝对统计值。
- -c<执行次数> 设置回报状况的次数。
- -d 显示相对统计值。
- -r 显示数据包压缩比率的统计值。
- -v 显示VJTCP文件头的压缩效率统计值。
- -w<间隔秒数> 设置显示统计信息的间隔时间。
实例
显示ppp的了连接状态
# pppstats
点击查看所有 Linux 教程 文章: https://www.codercto.com/courses/l/14.html
Algorithms + Data Structures = Programs
Niklaus Wirth / Prentice Hall / 1975-11-11 / GBP 84.95
It might seem completely dated with all its examples written in the now outmoded Pascal programming language (well, unless you are one of those Delphi zealot trying to resist to the Java/.NET dominanc......一起来看看 《Algorithms + Data Structures = Programs》 这本书的介绍吧!