gmaggiotti / ab-cache-breaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ab-cache-breaker

Apache ab command like script made in node that permits to send GET request adding a random parameter hence causing to break intermediary and end caches.

Tool for benchmarking your WebApp that use Protocol (HTTP) server. It is designed for use for stressing tests on your own servers.


Install
$npm install -g ab-cache-breaker

Synopsis $ ws --help $ ab-cache-breaker -n [requests] -c [concurrency] [url] $ ab-cache-breaker --help
ab-cache-breaker -n, requests Number of requests to perform. -c, concurrency Number of multiple requests. [url] [http[s]://]hostname[:port]/path optional: -d device [mobile/desktop]

About


Languages

Language:JavaScript 100.0%