awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesProcess Execution Control

Administrative controls for managing process states, such as termination and priority adjustment.

Distinct from Process Control: Distinct from Process Control: focuses on administrative actions like killing and renicing rather than library-level child process spawning.

Explore 3 awesome GitHub repositories matching part of an awesome list · Process Execution Control. Refine with filters or upvote what's useful.

Awesome Process Execution Control GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • htop-dev/htopAvatar de htop-dev

    htop-dev/htop

    8,126Ver en GitHub↗

    htop is a terminal-based system resource monitor and interactive process viewer. It functions as a text-user interface dashboard for overseeing hardware temperatures, load averages, and battery status while providing a comprehensive tool for monitoring and managing system processes. The application distinguishes itself through detailed process lifecycle management, allowing users to kill processes, adjust priorities via renicing, and assign CPU affinity to specific cores. It provides high-level visibility into system behavior through process hierarchy visualization and the ability to inspect

    Provides a visual interface to kill processes and adjust their priority via renicing.

    C
    Ver en GitHub↗8,126
  • lollipopkit/flutter_server_boxAvatar de lollipopkit

    lollipopkit/flutter_server_box

    7,539Ver en GitHub↗

    Flutter Server Management App is a mobile application designed for monitoring and controlling remote servers through a graphical interface. It serves as a central hub for remote server administration, providing a visual way to manage Linux, Unix, and Windows systems. The application distinguishes itself by integrating mobile hardware features, such as biometric authentication and native push notifications, to secure and alert users about system contexts. It features a dedicated Docker container manager for controlling the lifecycle and status of containers and a server health monitor for trac

    Includes administrative controls for managing process states, including the ability to control containers and services.

    Dartandroiddartflutter
    Ver en GitHub↗7,539
  • muntashirakon/appmanagerAvatar de MuntashirAkon

    MuntashirAkon/AppManager

    7,425Ver en GitHub↗

    AppManager is a comprehensive suite of tools for managing applications on Android devices. It provides utilities for controlling application lifecycles, modifying manifests, and administering installed packages. The project distinguishes itself through deep system integration, offering capabilities to analyze and block specific application components such as activities, services, and broadcast receivers. It includes a system for saving and restoring applications along with their associated data and permissions, as well as tools for auditing and modifying runtime and development permissions.

    Provides administrative controls to force-stop processes and manage the application execution lifecycle.

    Javaadbandroidapks
    Ver en GitHub↗7,425
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Process Execution Control

Explorar subetiquetas

  • Runtime Execution ControlsControls for pausing or aborting active software processes to freeze state for inspection. **Distinct from Process Execution Control:** Focuses on runtime state freezing for debugging rather than administrative process termination or priority adjustment.