Created
August 7, 2012 17:38
-
-
Save alq666/3287669 to your computer and use it in GitHub Desktop.
Testing pup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# easy_install dogstatsd-python | |
import time | |
from statsd import statsd | |
while True: | |
statsd.increment("ping.pong") | |
time.sleep(0.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure dogstatsd-python is installed, with easy_install or pip.