Skip to content

Instantly share code, notes, and snippets.

@19morpheus80
Created February 9, 2020 12:02
Show Gist options
  • Save 19morpheus80/1a04e7ab32cd8e07a93b0229f682f563 to your computer and use it in GitHub Desktop.
Save 19morpheus80/1a04e7ab32cd8e07a93b0229f682f563 to your computer and use it in GitHub Desktop.
Latency timing for WRKZ node
# Times latency pulling /info from Wrkzd.
for ((i=1;i<=10;i++)); do curl -s -o /dev/null -w '%{time_starttransfer}\n' "$@" http://localhost:17856/info; sleep .1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment