Skip to content

Simple bash script for Linux and MacOS to check HTTP statuses of URL and get percentage for each of them.

License

Notifications You must be signed in to change notification settings

matyunin/http_status_rater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

http_status_rater

Simple bash script for Linux and MacOS to check HTTP statuses of URL and get percentage for each of them.

Usage:

./http_status_rater.sh <URL> <request_count>

Example:

$ ./http_status_rater.sh https://www.google.com 10 

+----+--------+-------+------------------------+------------------+
| ## | Status | Proto | Server                 | X-Powered-By     |
+----+--------+-------+------------------------+------------------+
|  1 | 200    | 2     | gws                    | N/A              |
|  2 | 200    | 2     | gws                    | N/A              |
|  3 | 200    | 2     | gws                    | N/A              |
|  4 | 200    | 2     | gws                    | N/A              |
|  5 | 200    | 2     | gws                    | N/A              |
|  6 | 200    | 2     | gws                    | N/A              |
|  7 | 200    | 2     | gws                    | N/A              |
|  8 | 200    | 2     | gws                    | N/A              |
|  9 | 200    | 2     | gws                    | N/A              |
| 10 | 200    | 2     | gws                    | N/A              |
+----+--------+-------+------------------------+------------------+

About

Simple bash script for Linux and MacOS to check HTTP statuses of URL and get percentage for each of them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages