Created
September 28, 2017 07:12
-
-
Save absturztaube/ee3f9e3d5656a1b7210c5f4a6e9ecc11 to your computer and use it in GitHub Desktop.
URL Benchmark Bash oneliner, just set the url to the target and run this oneliner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start="$(date +%s%N | cut -b1-13)"; wget "$url" -o test.jpg ; echo $(($(date +%s%N | cut -b1-13) - $start))ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment