Skip to main content
Deno 2 is finally here 🎉️
Learn more

Downtime

A CLI tool to check the downtime of multiples websites in realtime

Prerequisites

To install the CLI tool, you need to have Deno installed in your machine.

Usage

Install and run

install the CLI tool globally.

deno install --allow-read --allow-net -fn downtime https://deno.land/x/downtime/cli.ts

run:

downtime https://garn.dev http://faker.deno.dev --sleep 2000 --timeout 3000

Run remotely

deno run -A https://deno.land/x/downtime/cli.ts https://garn.dev

Options

--sleep 1000 # sleep ms between each request (default: 1000)
--timeout 5000 # timeout ms for each request (default: 5000)