码迷,mamicode.com
首页 > Web开发 > 详细

netstat和lsof查看网络状态

时间:2018-04-07 12:52:49      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:lan   try   direct   broadcast   int   out   cti   ast   lsof   

netstatlsof都是linux下的工具,可以用于查看系统的网络状态。

netstat

-i 显示接口表,也就是eth0,wlan0这些
-r 显示路由表,和命令$route显示的一样
-g 显示组播

  • $netstat -r
    显示路由表,Flag的意思如下

    A Receive all multicast at this interface.
    B OK broadcast.
    D Debugging ON. 
    M Promiscuous Mode.
    O No ARP at this interface.
    P P2P connection at this interface. 
    R Interface is running. 
    U Interface is up. 
    G Not a direct entry.

netstat和lsof查看网络状态

标签:lan   try   direct   broadcast   int   out   cti   ast   lsof   

原文地址:https://www.cnblogs.com/xcw0754/p/8732538.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!