Skip to content

Instantly share code, notes, and snippets.

@jverdeyen
Last active August 29, 2015 14:20
Show Gist options
  • Save jverdeyen/032e9b20027bfa58f4ae to your computer and use it in GitHub Desktop.
Save jverdeyen/032e9b20027bfa58f4ae to your computer and use it in GitHub Desktop.
Fill StatsD with random pageload data
while true; do echo "pages.load.home:$RANDOM|ms" | nc -w 1 -u 127.0.0.1 8125; done
while true; do echo "pages.request.home:1|c" | nc -w 1 -u 127.0.0.1 8125; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment