Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvenza/sdumper
Dumps strings incoming from a local datagram socket into a gzipped file, rotated daily
https://github.com/dvenza/sdumper
datagram datagram-socket dump file rotate socket unix
Last synced: 3 days ago
JSON representation
Dumps strings incoming from a local datagram socket into a gzipped file, rotated daily
- Host: GitHub
- URL: https://github.com/dvenza/sdumper
- Owner: dvenza
- Created: 2018-07-09T14:39:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T10:19:16.000Z (about 6 years ago)
- Last Synced: 2024-11-13T01:45:43.596Z (2 months ago)
- Topics: datagram, datagram-socket, dump, file, rotate, socket, unix
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDumper
SDumper (Socker Dumper) listens to /tmp/sdumper.sock (a datagram UNIX socket) and writes everything to a file in its working directory.
The data is compressed and written to the file in gzip format.
The file is rotated (more or less) daily.
This is useful for dumping metrics from telegraf or collectd for long term storage.