Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtolio/oom-watcher
This command can be run to watch a cgroup for OOM events and run some subcommand.
https://github.com/jtolio/oom-watcher
Last synced: 23 days ago
JSON representation
This command can be run to watch a cgroup for OOM events and run some subcommand.
- Host: GitHub
- URL: https://github.com/jtolio/oom-watcher
- Owner: jtolio
- License: mit
- Created: 2014-04-27T17:52:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T18:47:36.000Z (almost 10 years ago)
- Last Synced: 2024-06-19T16:32:40.690Z (5 months ago)
- Language: Go
- Homepage:
- Size: 189 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oom-watcher
===========This command can be run to watch a cgroup for OOM events and run some
subcommand.Example usage:
go build .
./oom-watcher --cgroup /sys/fs/cgroup/memory/yourcgroup -- \
mail -s oom [email protected]