3 repository-uri
Command-line utilities used to manage the runtime state and lifecycle of server processes.
Distinct from Command-Line Configurations: None of the candidates cover the specific action of triggering server/worker reloads via a CLI tool.
Explore 3 awesome GitHub repositories matching development tools & productivity · CLI Process Controllers. Refine with filters or upvote what's useful.
RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,
Triggers a reload of the server and its worker processes via the command line.
Aigcpanel is a visual workflow automation tool and model lifecycle manager designed for generative AI media pipelines. It provides a unified interface to install, launch, and configure both local and remote AI model endpoints, acting as an orchestration platform for large language models and AI tools. The system features a drag-and-drop node editor for chaining AI models and scripts into automated processing pipelines. It distinguishes itself with a breakpoint-aware execution model that allows users to pause and resume long media tasks from specific points in the workflow. Additionally, it in
Exposes AI model lifecycle controls and functions through a command-line interface for external script integration.
Acest proiect este un supervizor de procese Go conceput pentru a porni și monitoriza mai multe programe de fundal cu reporniri automate și gestionarea ciclului de viață. Acesta funcționează ca un sistem pentru coordonarea execuției daemon-urilor, asigurând operarea continuă printr-o configurație centrală. Supervizorul se distinge prin mai multe interfețe de administrare la distanță, inclusiv un API REST de gestionare a proceselor, un controler XML-RPC și un dashboard web integrat pentru monitorizarea și controlul proceselor. Dispune de un exportator de monitorizare Prometheus care servește metrici de performanță în timp real printr-un endpoint HTTP dedicat și securizează aceste interfețe la distanță folosind autentificare de bază. Sistemul acoperă domenii largi de capabilități, inclusiv gestionarea jurnalelor (log management) cu rotație bazată pe dimensiune, verificarea automată a stării de sănătate prin polling TCP și HTTP și orchestrarea ciclului de viață al serviciilor prin programare bazată pe priorități de grup. De asemenea, oferă declanșatoare de acțiuni bazate pe evenimente, un reaper de procese copil pentru a curăța procesele zombie și o interfață de linie de comandă pentru controlul manual al proceselor. Software-ul include utilitare pentru generarea de șabloane de configurare și poate fi integrat ca serviciu de sistem folosind fișiere de mediu personalizate.
Provides a command-line utility to trigger status checks and reload the runtime state of supervised processes.