Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romanthekat/ram_overusage_notifier

script for ram usage tracking, in case of strange sudden ram overusage makes an alarm
https://github.com/romanthekat/ram_overusage_notifier

python

Last synced: 14 days ago
JSON representation

script for ram usage tracking, in case of strange sudden ram overusage makes an alarm

Awesome Lists containing this project

README

        

ram_overusage_notifier
======================

Script for ram usage tracking, in case of strange sudden ram overusage makes an alarm using 'notify-send'.

Checks if there are any processes those use more than `DEFAULT_PROCESS_MEMORY_LIMIT_MB`

For using:

1. `pip install -r requirements.txt` to get needful libraries (`psutil` at the moment)

2. call `python main.py`

3. profit =)

### Prerequisites:
* linux and `notify-send` installed
* python 3