You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

calls

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calls

Simple nodejs package for measuring response time from an end point

1.5.0
latest
Source
npm
Version published
Weekly downloads
27
8%
Maintainers
1
Weekly downloads
 
Created
Source

Calls

Simple nodejs package for measuring response time from an end point

Features

  • Make N request to specific URL and time the response
  • Support Authorization header
  • Support custom user agent

CLI

  • Example: node calls.js -interval 10 -url http://www.google.com/a/b -calls 10 -auth nkajsndjnasjdnf.asdf.asdf -agent testing-agent
  • url (String): the url to make the call (Required).
  • interval (Number): Number of seconds to wait between the calls (Default 120 seconds).
  • calls (Number): Number of calls to make (default to 10 calls).
  • auth (String): if Authorization header is required use it.
  • agent (String): User-Agent default to test.

find a bug?

  • Create an issue.
  • Fix it :) and make a pr.
  • Ping me on github or twitter.

Keywords

testing

FAQs

Package last updated on 27 Jun 2017

Did you know?

Socket

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