Created
January 20, 2014 15:12
-
-
Save pnasrat/8521615 to your computer and use it in GitHub Desktop.
init systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://plus.google.com/115547683951727699051/posts/ip8e1DqJdxT | |
a) Does the init system support auto-respawning of services on failure/coredump/..? | |
b) Does the init system record exit status/signals/coredumps of services for later retrieval by the admin? | |
c) Does the init system record stdout/stderr of all system services for later retrieval by the admin? | |
d) Does the init system support timing out all service operations such as start or stop? | |
e) Does the init system support rate-limiting all service operations such as start/.. ? | |
f) Does the init system support basic resource management operations for services, for example, limiting CPU usage, memory usag, IO usage of a service, and so on? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment