Skip to content

Instantly share code, notes, and snippets.

@q7r
Created March 19, 2018 07:42
Show Gist options
  • Save q7r/d21b52e7342f2ece1e50871bff6bae85 to your computer and use it in GitHub Desktop.
Save q7r/d21b52e7342f2ece1e50871bff6bae85 to your computer and use it in GitHub Desktop.
curl_loop_status_code
while true; sleep 1; do curl -I --silent http://nginx1.k8s.ubox.one | grep HTTP; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment