网站压力测试 随机访问ip

发布时间 2023-08-20 23:11:30作者: Micky233

https://github.com/maintell/webBenchmark

http 基准测试工具会耗尽您的服务器带宽。

用户在使用本工具前请先查看授权及免责声明,webBenchmark一个用于测试网页服务器性能的工具,启用其他用途,后果自负。

每个请求的随机用户代理
可定制的引用网址,
可定制的标题,
您希望的并发例程取决于您的服务器性能。
http 发布模式
指定多目标ip,或通过系统dns解析。
随机 X-Forwarded-For 和 X-Real-IP(默认打开)。

用法
webBenchmark -c [COUNT] -s [URL] -r [REFERER]
-c int
concurrent routines for download (default 16)
-r string
referer url
-s string
target url (default "https://baidu.com")
-i string
custom ip address for that domain, multiple addresses automatically will be assigned randomly
-H http header pattern
http header pattern, use Random with number prefix will generate random string, same key will be overwritten
-f string
randomized X-Forwarded-For and X-Real-IP address
-p string
post content

高级示例

send request to 10.0.0.1 and 10.0.0.2 for https://target.url with 32 concurrent threads

and refer is https://refer.url

./webBenchmark_linux_x64 -c 32 -s https://target.url -r https://refer.url -i 10.0.0.1 -i 10.0.0.2

send request to https://target.url with header regid:123 and sign:Random10

./webBenchmark_linux_x64 -s https://target.url -H 'regid:123' -H 'sign:QpXDYHdVzB'