https://github.com/borud/herder
https://github.com/borud/herder
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/borud/herder
- Owner: borud
- Created: 2017-02-06T18:35:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T18:46:11.000Z (over 9 years ago)
- Last Synced: 2025-02-24T10:44:05.457Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# herder
Simple utility to keep an eye on processes with a given name and kill
them if they start to consume obscene amounts of CPU. For instance
`powerd` on macOS.
Note that this is an experimental piece of software I mostly wrote to
figure out if Go is useful for system stuff.