https://github.com/beebeeep/caudater
Small daemon for collecting various metrics from logs for further retransmission to monitoring system
https://github.com/beebeeep/caudater
Last synced: 3 days ago
JSON representation
Small daemon for collecting various metrics from logs for further retransmission to monitoring system
- Host: GitHub
- URL: https://github.com/beebeeep/caudater
- Owner: beebeeep
- Created: 2014-08-01T21:42:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T09:57:47.000Z (about 11 years ago)
- Last Synced: 2026-06-09T09:59:46.241Z (3 days ago)
- Language: C
- Homepage:
- Size: 285 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
caudater is tailer-like daemon that reads files (namely, the logfiles) and processing them someways,
counting defined metrics (e.g. sum, count, RPS) in real time. It can be useful as a part of some monitoring system.
caudater is intended to be lightweight and fast.