Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 572 Bytes

CheckWebsiteAlive

This program will help you to check if a url from a list is dead or alive. Note: this program should be called "CheckUrlAlive"

Usage

Compile this, and run with something like: $ java -jar CheckWebsiteAlive list_url dead_phrases 42 0

Those 4 params:

  • file name that contains list of urls
  • file name that contains list of dead phrases
  • number of thread(s)
  • and choice (0 == checking url alive, 1 == get page source)

The result will be written to a file name list_url + postfix _out.txt in format:

url \t status (live / dead)