2 repos
Utilities for starting, stopping, and monitoring the lifecycle of background processes and services.
Distinguishing note: Focuses on the management of child processes rather than general system-wide monitoring.
Explore 2 awesome GitHub repositories matching system administration & monitoring · Process Managers. Refine with filters or upvote what's useful.
Kitty is a high-performance, GPU-accelerated terminal emulator designed to provide a consistent and extensible workspace across different operating systems. It leverages graphics hardware to render text, images, and complex layouts with low latency, while providing a robust environment for demanding command-line workflows. The project distinguishes itself through its integrated workspace management and programmable interface. It functions as a tiling window manager that organizes terminal windows, tabs, and layouts into persistent, keyboard-driven sessions. Users can automate complex workflow
Controls terminal processes via command-line flags to override settings or detach sessions.
Nodemon is a command-line utility designed to automate development workflows by monitoring file system changes and managing the lifecycle of long-running processes. It functions as a process monitor that tracks directory trees for modifications, automatically terminating and restarting applications to ensure a continuous feedback loop during the coding process. The tool distinguishes itself through its language-agnostic design, which decouples monitoring logic from the target application's runtime. While it provides default support for Node.js, it can execute arbitrary command-line instructio
Running and monitoring long-lived background tasks across different programming languages without needing to manually stop and start them.