Socket
Socket
Sign inDemoInstall

http-monster

Package Overview
Dependencies
31
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    http-monster

A HTTP benchmarking tool for CLI


Version published
Weekly downloads
1
decreased by-92.86%
Maintainers
1
Install size
2.59 MB
Created
Weekly downloads
 

Readme

Source

http-monster Build Status

I don't intend to maintain this repository. I made this as an excuse to play with node.js and CLI.

If you are really looking for an HTTP benchmarking tool, make sure to take a look at ab (Apache HTTP server benchmarking tool) and siege (An HTTP/HTTPS stress tester).

Install

$> [sudo] npm install http-monster -g

Basic usage

$> httpmon -n 15 -c 2 -v http://github.com

--help

Usage: httpmon [options] <url>

  Options:

    -h, --help                                             output usage information
    -V, --version                                          output the version number
    -n, --requests [num]                                   number of requests per client (default: 50)
    -c, --clients [num]                                    number of concurrent clients (default: 1)
    -m, --method [http method]                             http method (default: get)
    -a, --auth [username:password]                         http authentication
    -b, --body [param=value&param...]                      request body (postfields)
    -j, --json [{"key": "value"}] or [/path/to/file.json]  request body as JSON
    -q, --querystring [param=value&param...]               querystring parameters
    -t, --timeout [secs]                                   request timeout (default: 30)
    -s, --series                                           request in series
    -v, --verbose                                          verbose mode

Keywords

FAQs

Last updated on 09 Jan 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc