美文网首页
netstat命令

netstat命令

作者: mejhwu | 来源:发表于2018-01-10 16:32 被阅读0次

netstat

--route, -r
Display the kernel routing tables
显示内核路由表

--groups, -g
Display multicast group membership information for IPv4 and IPv6
显示IPv4和IPv6的多播组成员关系信息

--interfaces=iface, -I=iface, -i
Display a table of all network interfaces, or the specified iface
显示所有网络接口或具体接口信息

--masquerade, -M
Display a list of masqueraded connections
显示伪装连接列表

--statistics, -s
Display summary statistics for each protocol
显示每个协议的摘要统计信息

--verbose, -v
Tell the user what is going on by being verbose. Especially print some useful information about unconfigured address families
详细告诉用户正在发生什么。 特别是打印一些有关未配置地址系列的有用信息。

--tcp, -t
显示tcp相关

--udp, -u
显示udp相关

--listening, -l
显示监听接口

--all, -a
Show both listening and non-listening (for TCP this means established connections) sockets.
显示所有的监听或未监听的socket

--numeric, -n
Show numerical addresses instead of trying to determine symbolic host, port or user names.
显示数字地址而不是符号host,端口或用户名

相关文章

  • Linux命令: netstat

    netstat命令 Linux netstat 命令用于显示网络状态。利用 netstat 指令可让你得知整个 L...

  • Linux查看端口占用情况

    lsof命令 格式:“lsof -i:端口号” netstat命令 格式:“netstat -tunlp | gr...

  • netstat命令

    netstat作用:查看Linux中网络系统状态信息,netstat命令 用来打印Linux中网络系统的状态信息,...

  • netstat命令

    本文转载自(http://www.cnblogs.com/ggjucheng/archive/2012/01/08...

  • netstat命令

    netstat --route, -rDisplay the kernel routing tables显示内核路...

  • netstat命令

    Netstat命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistic...

  • netstat命令

    一般用-na指令,就是-a和-n的结合。 -a 显示所有socket,包括正在监听的。 -c 每隔1秒就重新显示...

  • netstat命令

    Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statisti...

  • netstat命令

    1. 用途 打印网络连接 2. 用法 netstat [option] [delay] 3. 选项 -n: 禁用...

  • netstat命令详解和用法示例

    netstat命令 netstat (network statistics) 是一个命令行的网络状况查看分析工...

网友评论

      本文标题:netstat命令

      本文链接:https://www.haomeiwen.com/subject/yejonxtx.html