Skip to content

Instantly share code, notes, and snippets.

@iambowen
Created January 30, 2014 02:40
Show Gist options
  • Save iambowen/8701619 to your computer and use it in GitHub Desktop.
Save iambowen/8701619 to your computer and use it in GitHub Desktop.
send random numbers and time to graphite server and generate charts
#!/bin/bash
while true; do echo "local.random.diceroll $RANDOM `date +%s`" | nc localhost 2003; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment