0.0.4 • Published 12 years ago

node-siege v0.0.4

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

node-siege

Simple Node wrapper for siege load testing

Getting Started

Install the module with: npm install node-siege

var siege = require('siege');
siege('-t5s -c 10 -f urls.txt');

Documentation

Bin version is not currently ready for use.

siege function is only a passthrough, options are required.

Assumes siege has already been installed. Otherwise an error will be thrown.

Examples

Check out the tests for examples

test/test.js

Documentation for siege.

Testing

Install grunt

sudo npm install grunt -g

Then run

grunt simplemocha

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 johnymonster
Licensed under the MIT license.

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago