- go 1.20
git clone https://github.com/geek-bigniu/life-check
cd life-check
go mod tidy
go build check.go
使用方式
══════════════════════════════════════════════════════════════════════════════════════
██╗ ██╗███████╗███████╗ ██████╗██╗ ██╗███████╗ ██████╗██╗ ██╗
██║ ██║██╔════╝██╔════╝██╔════╝██║ ██║██╔════╝██╔════╝██║ ██╔╝
██║ ██║█████╗ █████╗ ██║ ███████║█████╗ ██║ █████╔╝
██║ ██║██╔══╝ ██╔══╝ ██║ ██╔══██║██╔══╝ ██║ ██╔═██╗
███████╗██║██║ ███████╗╚██████╗██║ ██║███████╗╚██████╗██║ ██╗
╚══════╝╚═╝╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝ ╚═╝
═════════════════════════════════════════════════════════════════════════════════════
Usage of check.exe:
-f string
with file(根据文件进行检测)
-n int
thread number(线程数量) (default 10)
-t int
connect timeout(连接超时时间) * second (default 3)
-u string
check url(需要单独检测的url)
Examples:
check.exe -u https://www.baidu.com -t 3 -n 10
or
check.exe -f url.txt -t 3 -n 10