Pingman is a very fast and concurrent http pinging cli. It supports proxies and very verbose configurations.
pingman is very new and has almost no actual testing so its probably a buggy mess atm just let that be known, if you spot a bug please either create an issue or a pull request :)
There is 2 ways to install pingman, the first is compiling it yourself from source with cargo and the second is downloading from github releases.
git clone https://github.com/steele123/pingman.git
cd pingman
cargo build --release
Releases are added by GitHub actions for Mac, Linux and Windows each time I create a new release tag. Latest Release
After you download the release simply extract it with WinRar then you can run pingman!
View current pingman version
pingman -V
View the help command for more verbose commands
pingman -h
Using a file filled with proxies to ping amazon
# By default the site will be google.com this will use your proxies.txt to ping all of them
pingman proxy -f ./proxies.txt -s https://amazon.com
Basic http ping
# This will ping amazon 10 times and give you the analytics
pingman ping -s https://amazon.com
Saving the proxy results to a json file
pingman proxy -f ./proxies.txt -s https://amazon.com -o ./output.json