LinuxCommandLibrary

is-up

checks if websites are accessible

TLDR

Check if site is up

$ is-up [example.com]
copy
Check multiple sites
$ is-up [site1.com] [site2.com]
copy
Get exit code only
$ is-up -q [example.com]
copy

SYNOPSIS

is-up [options] url...

DESCRIPTION

is-up checks if websites are accessible. It performs HTTP requests to verify site availability.
The tool returns success if the site responds. Useful for quick uptime checks and scripting.

PARAMETERS

URL

Website URL or domain to check.
-q, --quiet
Quiet mode, exit code only.
--help
Display help information.
--version
Display version information.

CAVEATS

Checks from your location only. Network issues affect results. Simple HTTP check.

HISTORY

is-up was created as a simple command-line tool to quickly check if websites are reachable and responding.

SEE ALSO

curl(1), wget(1), ping(8), http(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community