Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romanthekat/ram_overusage_notifier
- Owner: romanthekat
- License: mit
- Created: 2014-12-04T10:20:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T19:24:34.000Z (almost 5 years ago)
- Last Synced: 2023-08-16T22:26:12.337Z (about 1 year ago)
- Topics: python
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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