Tuning Arachni for lowering requests per second
Hi
I calculated an effective rate around 7 request per second from the
Arachni scanner , which is a lot for ta server (normal peak is
around 1 req per second). I think it could handle 2-3 req/sec based
on the graphs from recent history.
What's the best way to reduce Arachni requests per second.
Thanks
Larry
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 13 Oct, 2015 08:56 PM
You can't get that sort of rate limiting (at least not yet) but you can reduce concurrency which would result in less requests per second.
The lowest you can get is
--http-request-concurrency=1 --browser-cluster-pool-size=1
.This means that the scan will only keep one connection active at any given time and only one browser will be used for the scan -- browsers run in parallel.
Keep in mind though that the scan will take a very long time, maybe too long to be usable.
It would be better if you setup a separate, better performing server just for testing.
Tasos Laskos closed this discussion on 19 Oct, 2015 05:51 AM.