/postpound

A NodeJS based script to pound at a URL with as many GET or POST requests (with an optional payload) as possible. Works similar to Apache Benchmark.

Primary LanguageJavaScript

postpound node script

by Charles Daniel

License

Public Domain - Use at your own risk

Description

A simple node based script to hammer away at a given URL using POST requests with a given payload and any key/cert combination. It also allows for simple GET requests (defaults to POST).

Usage