netstat -an will print the current network link status of the system, while grep -i "80" is used to extract connections related to port 80, and wc -l counts the number of connections

# When counting other ports: netstat -pnt | grep :xx | wc -l
netstat -pnt | grep :443 | wc -l
点赞(0)

评论列表 共有 0 评论

暂无评论

微信服务号

微信客服

淘宝店铺

support@elephdev.com

发表
评论
Go
顶部