首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
使用netstat和awk命令统计下网络连接数:
使用netstat和awk命令统计下网络连接数:
tech
2025-03-14
12
netstat -an | awk '/^tcp/ {++y[$NF]} END {for(w in y) print w, y[w]}'
转载请注明原文地址:https://tech.qufami.com/read-20995.html
最新回复
(
0
)