Skip to content

A simple CLI app that allows you to measure the response time with simple HEAD request

License

Notifications You must be signed in to change notification settings

MichielvdVelde/request-ms-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-ms-cli

This is the CLI app for the request-ms module. Just like the module it allows you to get the response time for a remote endpoint. It's a ping for HTTP(S) host.

For more info, read the request-ms readme.

Install

npm install -g request-ms-cli

Usage

$> request-ms example.com

What you will get is something similar to this:

HEAD example.com - 200 - 43.45643ms

See the help (request-ms -h) for all available options.

Version history

  • 0.0.3 - 17 December 2015
    • Fixed timeout 'must be a number' error
  • 0.0.1 - 0.0.2 - 1 December 2015
    • (0.0.2) Fixed issue where HTTPS won't work
    • (0.0.1) Moved CLI app to separate package from request-ms

License

Copyright 2015 Michiel van der Velde.

This software is licensed under the MIT License

About

A simple CLI app that allows you to measure the response time with simple HEAD request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published