sniper
sniper copied to clipboard
A powerful & high-performance http load tester
Hi there. Just a heads up that all the links in the readme to download the binaries seem to be dead.
## Steps to reproduce I use Ubuntu 18.04 on a DigitalOcean droplet. downloaded the linux 64 bit binary from readme then only get this messages... ``` root@ubuntu-s-1vcpu-2gb-fra1-01:~# ./sniper_linux_amd64 -c 128...
supporting HTTP/2 connections would be a nice feature that is probably easy to implement in go and most other tools don't support it (i know only h2load)
The command line flag to set the [ContentType](https://github.com/btfak/sniper/blob/master/config.go#L113) doesn't work since it's [overwritten](https://github.com/btfak/sniper/blob/master/config.go#L235) with the default value ("plain/text"), when executing `parseConfigFile()`.
什么时候支持代理,现在没有代理测试有时候麻烦
Nginx等web服务器可以设置在长连接(KeepAlive)时,处理多少个请求关闭连接。在返回包的TCP头域中设置了FIN位。需要对这个位进行处理,重新建立连接,否则后续发送的请求不会被web服务器处理。ab对此有处理。
The first url in the config file is the only one used. `prepareContent()` is called once and the index of the `target` array is always the first element: ``` go...
As the title says, looks like someone's made a start but the program doesn't actually use them
I have a server running, listen on 2 ports locally; HTTP on 8080 and HTTPS on 8443. `Sniper` seems to be functioning properly when I make a HTTP POST, with...