最简单的甲骨文保活脚本 同时兼顾cpu 内存 网络

查看 94|回复 1
作者:xshell   
就是利用大佬曾经的剑皇程序即可
https://github.com/maintell/webBenchmark
建议使用screen运行以下命令,一下子就刷好了。
100mb.test托管在cf r2,已调整到最低防护等级,欢迎大家刷刷看看cf的底线在哪里。
amd
[ol]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[/ol]复制代码
amd的线程别设置太高  不然可能会失联  机器卡死
arm
[ol]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[/ol]复制代码

大佬, 代码, 好了

crazyman   
cf 给大家提供免费的防御。这样刷不好吧。
您需要登录后才可以回帖 登录 | 立即注册

返回顶部