web 基准
http 基准测试工具可以耗尽您的服务器带宽。
每个请求都有随机的用户代理
可定制的引荐来源网址
并发线程取决于您的服务器性能。
用法:
webBenchmark -c [COUNT] -s [URL] -r [REFERER]
-c int
cocurrent thread for download (default 8) // 并发线程(默认为 8)-r string
referer url // 引荐来源网址 / 默认目标网站
-s string
target url (default "https://baidu.com") // 目标网址(默认为“https://baidu.com”)
LINUX:
wget https://github.com/maintell/webBenchmark/releases/download/0.1/webBenchmark_linux_x64
chmod +x webBenchmark_linux_x64
./webBenchmark_linux_x64 -c 32 -s https://target.url
关闭
ps aux | grep webBenchmark_linux_x64
找出进程的 pid,然后 kill -9 [pid]
正文完
发表至: 开源脚本
2023-01-25