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

https://github.com/go-pluto/maildir_tools

Export Maildir file system metrics to Prometheus.
https://github.com/go-pluto/maildir_tools

go golang maildir metrics pluto prometheus

Last synced: 4 months ago
JSON representation

Export Maildir file system metrics to Prometheus.

Awesome Lists containing this project

README

          

# maildir_tools

### Dumper
The CLI tool _dumper_ is running `du -s` in an endless loop, dumping the current size of a directory in bytes. Once it gets a system call all dump files are zipped and uploaded to a GCS bucket. These files in GCS can be compared across machines to compute the replication lag.

### Visualizer

The CLI tool _visualizer_ takes two zipped files, unzips them in memory and builds a matplotlib based python file to compare the replication lag visually.