当前位置:生活全书馆 >

IT科技

> Linux系统tcp连接数怎么查看

Linux系统tcp连接数怎么查看

1、打开linux系统,在linux的桌面的空白处右击。

Linux系统tcp连接数怎么查看

2、在弹出的下拉选项里,点击打开终端。

Linux系统tcp连接数怎么查看 第2张

3、输入netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'可以查看tcp的各个数据。

Linux系统tcp连接数怎么查看 第3张

  • 文章版权属于文章作者所有,转载请注明 https://shqsg.com/zh-cn/dianzi/zx5wg9.html