linux之netstat使用--10个常用的命令
地址:http://www.thegeekstuff.com/2010/03/netstat-command-examples/
1.列出所有的端口
netstat -a
列出TCP协议的端口
netstat -at
UDP协议的端口
netstat -au
2.列出处于监听状态的socket
netstat -l
列出监听的TCP端口
netstat -lt
列出监听的UDP端口
netstat -lu
列出监听的UNIX端口
netstat -lx
3.列出协议的统计信息
nestat -s
比如: Ip:
11150 total packets received
1 with invalid addresses
0 forwarded
0 incoming packets discarded
11149 incoming packets delivered
11635 requests sent out
Icmp:
0 ICMP messages received
0 input ICMP message failed.
Tcp:
582 active connections openings
2 failed connection attempts
文章来源: chenyu.blog.csdn.net,作者:chen.yu,版权归原作者所有,如需转载,请联系作者。
原文链接:chenyu.blog.csdn.net/article/details/62065301
- 点赞
- 收藏
- 关注作者
评论(0)