https://linoxide.com/linux-command/use-ip-command-linux/
https://www.cnblogs.com/pipci/p/9633972.html
其中比较常用的
netstat -antlep|sort
可以用
ss -tpa|sort
来替代
另外监控流量要比watch ifconfig好用多了
ip monitor all
watch -n1 -d ip -s -s link ls wlan0
https://linoxide.com/linux-command/use-ip-command-linux/
https://www.cnblogs.com/pipci/p/9633972.html
其中比较常用的
netstat -antlep|sort
可以用
ss -tpa|sort
来替代
另外监控流量要比watch ifconfig好用多了
ip monitor all
watch -n1 -d ip -s -s link ls wlan0
本文标题:IProute2 IP指令示例,替代netstat,另外还有监控
本文链接:https://www.haomeiwen.com/subject/mtewfqtx.html
网友评论