Skip to content

Instantly share code, notes, and snippets.

@Kartones
Created August 19, 2015 09:55
Show Gist options
  • Select an option

  • Save Kartones/5b3e1dbe7596e17fb7c0 to your computer and use it in GitHub Desktop.

Select an option

Save Kartones/5b3e1dbe7596e17fb7c0 to your computer and use it in GitHub Desktop.

Revisions

  1. Kartones revised this gist Aug 19, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion statsd-local-server.md
    Original 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
    * Config is `localhost:8125`
    *
    From [https://pypi.python.org/pypi/pystatsd/](https://pypi.python.org/pypi/pystatsd/)
    Kudos to [@rochoa](https://github.com/rochoa)
  2. Kartones created this gist Aug 19, 2015.
    6 changes: 6 additions & 0 deletions statsd-local-server.md
    Original 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)