Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flesler/stress-node-server
Node Server for running stress tests
https://github.com/flesler/stress-node-server
Last synced: 2 months ago
JSON representation
Node Server for running stress tests
- Host: GitHub
- URL: https://github.com/flesler/stress-node-server
- Owner: flesler
- License: mit
- Created: 2013-12-08T15:50:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T23:01:37.000Z (over 9 years ago)
- Last Synced: 2024-09-10T15:50:15.361Z (3 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stress-node-server
==================## Description
Node server for stress testing other servers.
Uses the [stress-node](https://github.com/flesler/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 installNow 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]