ab-cache-breaker

1.0.19 • Public • Published

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]

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ab-cache-breaker

    Weekly Downloads

    1

    Version

    1.0.19

    License

    MIT

    Last publish

    Collaborators

    • gmaggiotti