Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvida/porkpie
https://github.com/arvida/porkpie
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arvida/porkpie
- Owner: arvida
- Created: 2012-08-01T15:43:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-07T20:23:03.000Z (over 12 years ago)
- Last Synced: 2023-03-10T21:43:10.059Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Porkpie
## NAME
porkpie - submit stats to StatHat via UDP
## SYNOPSIS
`porkpie` [`options`]
## DESCRIPTION
A UDP daemon for submitting stats to [StatHat](http://stathat.com). UDP makes it faster and less error prone.
The daemon accepts messages in following format:
EZ_KEY%%TYPE%%NAME%%VALUE
`TYPE` is either `count` or `value`.
## OPTIONS--host Host to bind to (default: 127.0.0.1)
--port Port to bind to (default: 4321)
--pid-file Pid file (default: /var/run/porkpie.pid)
--log-file Path to log file (logging disabled by default)
--daemonize Daemonize
--help Display help
## EXAMPLE$ gem install porkpie
$ porkpie --daemonize --host 10.0.1.6 --port 5000 --log-file log/pies.log## CONTRIBUTE
Create an issue or do a pull request on GitHub .
## AUTHORS