site_checker

Crates.iosite_checker
lib.rssite_checker
version0.2.1
sourcesrc
created_at2016-02-09 20:41:21.98408
updated_at2016-03-03 14:57:18.246301
descriptionSimple site status checker written in Rust
homepage
repositoryhttps://github.com/dporru/rust-site-checker
max_upload_size
id4138
size4,969
Daan Porru (dporru)

documentation

README

Rust Site Checker

This is a simple site status checker written in Rust.

Installation

$ cargo install site_checker

Usage

Add the urls you want to check to urls.txt and run the program:

$ site_checker -f /path/to/urls.txt

When the -f flag is ommitted site_cecker will try to open urls.txt in the current directory.

By default the site_checker command only gives output for responses that don't have a 200 status. With the -v flag statuses for all responses are shown.

By default two threads are used to check urls. To change this behavior use to -c flag:

$ site_checker -c 4 -f /path/to/urls.txt

Will set a concurrency of 4.

Commit count: 23

cargo fmt