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开发、服务器运维优化、项目管理、网站运营、网站安全…
一 | 二 | 三 | 四 | 五 | 六 | 日 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Proudly powered by WordPress and Carrington.
这个命令非常消耗cpu的,脚本语言运行太慢了,稍微压力大的服务器直接死在这里了。
建议用ss命令,速度飞快的。