awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • htop-dev/htopالصورة الرمزية لـ htop-dev

    htop-dev/htop

    8,126عرض على 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
    عرض على GitHub↗8,126
  • lollipopkit/flutter_server_boxالصورة الرمزية لـ lollipopkit

    lollipopkit/flutter_server_box

    7,539عرض على 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
    عرض على GitHub↗7,539
  • muntashirakon/appmanagerالصورة الرمزية لـ MuntashirAkon

    MuntashirAkon/AppManager

    7,425عرض على 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
    عرض على GitHub↗7,425
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Process Execution Control

استكشف الوسوم الفرعية

  • 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.