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