Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.