Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rparrett/apachewithresponsetimelogster
A logster parser file that collects statsd-style timing information from an Apache access log that has been configured to log response times
https://github.com/rparrett/apachewithresponsetimelogster
Last synced: 5 days ago
JSON representation
A logster parser file that collects statsd-style timing information from an Apache access log that has been configured to log response times
- Host: GitHub
- URL: https://github.com/rparrett/apachewithresponsetimelogster
- Owner: rparrett
- Created: 2015-12-16T16:47:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T16:53:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T08:26:45.318Z (30 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApacheWithResponseTimeLogster
A logster parser file that collects statsd-style timing information from an Apache access log that has been configured to log response times
Based on [https://github.com/etsy/statsd/blob/master/lib/process_metrics.js](https://github.com/etsy/statsd/blob/master/lib/process_metrics.js) and SampleLogster.py