Skip to content

Instantly share code, notes, and snippets.

@alq666
Created August 7, 2012 17:38
Show Gist options
  • Save alq666/3287669 to your computer and use it in GitHub Desktop.
Save alq666/3287669 to your computer and use it in GitHub Desktop.
Testing pup
# easy_install dogstatsd-python
import time
from statsd import statsd
while True:
statsd.increment("ping.pong")
time.sleep(0.5)
@alq666
Copy link
Author

alq666 commented Aug 7, 2012

Make sure dogstatsd-python is installed, with easy_install or pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment