就是利用大佬曾经的剑皇程序即可
https://github.com/maintell/webBenchmark
建议使用screen运行以下命令,一下子就刷好了。
100mb.test托管在cf r2,已调整到最低防护等级,欢迎大家刷刷看看cf的底线在哪里。
amd
- wget https://github.com/maintell/webBenchmark/releases/download/0.6/webBenchmark_linux_x64
- chmod +x webBenchmark_linux_x64
- while :; do
- ./webBenchmark_linux_x64 -c 256 -f -s 'https://cf.oracle-img.eu.org/100mb.test' -r https://www.fbi.gov
- done
amd的线程别设置太高 不然可能会失联 机器卡死
arm
- wget https://github.com/maintell/webBenchmark/releases/download/0.6/webBenchmark_linux_arm
- chmod +x webBenchmark_linux_arm
- while :; do
- ./webBenchmark_linux_arm -c 256 -f -s 'https://cf.oracle-img.eu.org/100mb.test' -r https://www.fbi.gov
- done