Created
August 19, 2015 09:55
-
-
Save Kartones/5b3e1dbe7596e17fb7c0 to your computer and use it in GitHub Desktop.
Revisions
-
Kartones revised this gist
Aug 19, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ * `pip install pystatsd` * `python -c 'import pystatsd; pystatsd.Server(debug=True).serve()'` * Config is `localhost:8125` * From [https://pypi.python.org/pypi/pystatsd/](https://pypi.python.org/pypi/pystatsd/) Kudos to [@rochoa](https://github.com/rochoa) -
Kartones created this gist
Aug 19, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ * `pip install pystatsd` * `python -c 'import pystatsd; pystatsd.Server(debug=True).serve()'` * Config is localhost:8125 * From [https://pypi.python.org/pypi/pystatsd/](https://pypi.python.org/pypi/pystatsd/) Kudos to [@rochoa](https://github.com/rochoa)