参考:20 Netstat Commands for Linux Network Management

Foreword

Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships

Options

-a:Show both listening and non-listening (for TCP this means established connections) sockets

-at:列出Active Internet connections (servers and established)

-au:列出Active Internet connections (servers and established)

-ax:列出Unix domain sockets

-l:Show only listening sockets.

-lt:列出Active Internet connections (only servers)

-lu:列出Active Internet connections (only servers)

-lx:列出Unix domain sockets

-s:Display summary statistics for each protocol.

-p:Show the PID and name of the program to which each socket belongs.

-c #:This will cause netstat to print the selected information every # seconds continuously.

-r:Display the kernel routing tables

-I=iface , -i:Display a table of all network interfaces, or the specified iface.

-ie:similar to ifconfig

最新文章

  1. 微软Connect教程系列—VS2015集成新潮工具(四)
  2. oracle 10g 学习之单行函数(5)
  3. 转:21副GIF动图让你了解各种数学概念
  4. bind 方法实现
  5. AX 利用windows粘贴板功能实现批量数据快速导出EXCEL
  6. Sublime Text 2安装汉化破解、插件包安装教程
  7. Image.FrameDimensionsList 属性备注
  8. EasyWebServer编写CGI程序的环境变量
  9. codevs 1047 邮票面值设计
  10. 电池和Adapter切换电路改进实验
  11. 小解系列-自关联对象.Net MVC中 json序列化循环引用问题
  12. Scanner(键盘录入)
  13. mysql timeout
  14. django 前端请求跨域问题解决
  15. 分享一个集成在项目中的REST APIs文档框架swagger
  16. 【译】Six Open Source Dashboards to Organize Your Data
  17. python爬虫之scrapy的pipeline的使用
  18. SPFILEOPENBANKDB.ORA 手动编辑产生问题
  19. IntelliJ IDEA 中文乱码配置
  20. vue.js入门学习

热门文章

  1. lumen response全局函数设置header
  2. 异地协作,A地上传jar包到B地服务器上传速率慢
  3. GPU Skinning 结合 Instanced 高效实现大量单位动画
  4. OpenGL学习笔记 之二 (色彩相关)
  5. [转帖]支撑双11每秒17.5万单事务 阿里巴巴对JVM都做了些什么?
  6. 数位dp踩坑
  7. STL标准模板库之vector
  8. LeetCode. 3的幂
  9. PHP替换HTML文件中所有a标签的HREF属性,其他不变
  10. 更改CodeBlocks注释的颜色