http://deflate.medialayer.com/
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
http://deflate.medialayer.com/
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
Posted in linux 维护优化, shell, 安全, 技术.
Tagged with ddos, LINUX, shell.
By C1G – 2009/03/05
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
关注互联网、网页设计、Web开发、服务器运维优化、项目管理、网站运营、网站安全…
Proudly powered by WordPress and Carrington.
这个命令非常消耗cpu的,脚本语言运行太慢了,稍微压力大的服务器直接死在这里了。
建议用ss命令,速度飞快的。