stress-node-server

v1.0.0
Node server for stress testing other servers
stress test nodejs node development debugging server

stress-node-server

Description

Node server for stress testing other servers.

Uses the stress-node library to run the stress tests.

Installation

First download the code and install dependencies

git clone git://github.com/flesler/stress-node-server stress-server
cd stress-server
npm install

Now you are ready to run stress tests. Check the Help section for details.

Usage

Here's the help output:

Usage: node app http://google.com

Options:
    -h, --help        show this help
    -c, --concurrent  max concurrent http requests   [default: 50]
    -a, --amount      amount of requests to perform  [default: 1]
    -m, --method      requests http method           [default: "GET"]
    -d, --data        request payload                [default: ""]
    -t, --timeout     request timeout (ms)           [default: 1000]
npm i stress-node-server

Metadata

  • MIT
  • *
  • Ariel Flesler
  • released 12/8/2013

Downloads

Maintainers