lucasbento / minidash

Small terminal-based dashboard to monitor your server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minidash

Small terminal-based dashboard to monitor your server.

About

minidash is a small dashboard that runs in your command-line, it has a health check script that pings the server a couple times per minute and logs each request that are later displayed in a few charts.

Running

You can run it with the following command:

npx @lucasbento/minidash --server https://google.com/ [options]

To see a list of the available options:

npx @lucasbento/minidash --help

Installation

minidash uses yarn as package manager, simply run the following to install the dependencies:

yarn install

Testing

The tests are written using Jest, you can run them with:

yarn test

About

Small terminal-based dashboard to monitor your server.


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%