pip install pystatsdpython -c 'import pystatsd; pystatsd.Server(debug=True).serve()'- Config is
localhost:8125
From https://pypi.python.org/pypi/pystatsd/ Kudos to @rochoa
pip install pystatsdpython -c 'import pystatsd; pystatsd.Server(debug=True).serve()'localhost:8125From https://pypi.python.org/pypi/pystatsd/ Kudos to @rochoa