1.常用命令 sar -n DEV #查看当天从零点到当前时间的网卡流量信息 sar -n DEV 1 10 #每秒显示一次,共显示10次 sar -n DEV -f /var/log/sa/saxx #查看xx日的网卡流量历史 sar -q #查看历史负载 sar -b #查看磁盘读写 DEV显示网络接口信息 另外,-n参数很有用,他有6个不同的开关:DEV | EDEV | NFS | NFSD | SOCK | ALL ,其代表的含义如下: DEV显示网络接口信息. EDEV显示关于网络错
Just follow these steps: Check that the ethernet cable is properly connected Open Terminal Run sudo pppoeconf Enter root password Answer all the question that will be asked with an answer "Yes" Finally type pon dsl-provider 开始拨号 To stop connecti
有时候,当电脑有两个网卡时:一个网卡 连接免费网络,一个网卡连接收费网络.这样当你想使用免费网络与远程服务器建立连接,使用诸如scp命令或者 ssh 隧道之类传输大文件.这时候你需要指定特定的特定的网卡来建立连接了. ssh 中 有一个选项可以绑定特定的interface 我们使用 man ssh 查看手册可以看到: -B bind_interface Bind to the address of bind_interface before attempting to connect to th