Q
Q
qwertyqwerty2020-01-20 00:06:43
css
qwertyqwerty, 2020-01-20 00:06:43

How to bulk check the list of sites for the presence of a page?

Hello. There is a task to check the list (100,000 URLs) for codes 200 and 404.
Like the httpstatus.io web service, only for desktop and multi-threaded.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ragtime Kitty, 2019-04-11
@verdex

You can make two sections: in one of them there is a large block, in the other a small one. By clicking on the button, swap them.
Animations to "leave", this is already jQuery or handles.

M
Matthew Stafford, 2019-04-11
@matthewstafford

JS

S
sashabeep, 2020-01-20
@sashabeep

xargs -n1 -P 10 curl -o /dev/null --silent --head --write-out '%{url_effective};%{http_code};%{time_total};%{time_namelookup};%{time_connect};%{size_download};%{speed_download}\n' < url.lst | tee results.csv

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question