Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbta/diskusage_logger

Elixir project to log disk usage each minute
https://github.com/mbta/diskusage_logger

Last synced: about 1 month ago
JSON representation

Elixir project to log disk usage each minute

Awesome Lists containing this project

README

        

# Disk Usage Logger

### Overview

Applications can fail when disks are full.

This is a small Elixir application that you can start with your application that
will log disk usage for each drive every minute in the following format:

```
[info] diskusage_report label=/ percent_used=63
[info] diskusage_report label=/Volumes/Other percent_used=93
```

This data can be aggregated in a central repository where it can visualized and
alarms can be sent when usage is too high.