使用netstat 的一些方法

使用netstat查看socket使用情况很常用,但是选项很多,写个常用的

 

netstat -apl

 

-a 表示显示所有的

-l 表示显示正在监听的socket,貌似用得比较多

你可能感兴趣的:(socket)