linux之netstat使用--10个常用的命令
生活随笔
收集整理的這篇文章主要介紹了
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
總結
以上是生活随笔為你收集整理的linux之netstat使用--10个常用的命令的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux网络编程之用一张图片说明套接口
- 下一篇: linux网络编程之用select函数实