Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nklapste/a1mon
Assignment 1 CMPUT 379 part 2
https://github.com/nklapste/a1mon
cpp university-course
Last synced: 26 days ago
JSON representation
Assignment 1 CMPUT 379 part 2
- Host: GitHub
- URL: https://github.com/nklapste/a1mon
- Owner: nklapste
- License: mit
- Created: 2018-09-18T03:03:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T01:14:47.000Z (about 6 years ago)
- Last Synced: 2024-10-22T11:21:17.008Z (2 months ago)
- Topics: cpp, university-course
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a1mon
Monitors and keeps track of the children processes spawned
by a user specified process. If the specified process terminates,
a1mon terminates any spawned child processes that are still running.