hoch

1.0.6 • Public • Published

HOCH

hoch is a simple utility to do uptime check on the given endpoint. While doing some upgrades to your servers or running some deployment pipelines, you might want to check if the endpoint is up and running. UP is a simple utility to do that. It continue to poll the endpoint and a simple asterisk would be shown for every response. The color code of asterisk would help you differentiate the response. At the end of run, it would show the summary of the response.

hoch

Installation

npm install -g hoch

Usage

hoch http://localhost:3000

Options

interval

Configure the interval between each poll. Unit is in seconds. Default is 1 second.

-i, --interval <interval>

method

Configure the method to use for the request. Default is GET.

-X, --method <method>

version

Show the version of the utility.

--version

License

hoch is made available under the terms of the MIT License. See LICENSE for details.

Readme

Keywords

none

Package Sidebar

Install

npm i hoch

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

8.34 MB

Total Files

9

Last publish

Collaborators

  • jawahars