Skip to content

Instantly share code, notes, and snippets.

@aksakalli
Created May 18, 2020 09:44
Show Gist options
  • Save aksakalli/a02067c7a9af313702027990b47d19e7 to your computer and use it in GitHub Desktop.
Save aksakalli/a02067c7a9af313702027990b47d19e7 to your computer and use it in GitHub Desktop.
sends random test metrics (dice rolls results) to Graphite in localhost
while :; do echo "test.dice $((RANDOM % 6 + 1)) `date +%s`" | nc -w 0 127.0.0.1 2003; sleep 60; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment