awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesProcess Priority Adjusters

Adjusts the nice level of a running process to give it more or less CPU time relative to others.

Distinct from Server Process Management: Distinct from Server Process Management: focuses on adjusting CPU priority of running processes, not on lifecycle management like startup or crash recovery.

Explore 4 awesome GitHub repositories matching web development · Process Priority Adjusters. Refine with filters or upvote what's useful.

Awesome Process Priority Adjusters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rocky-linux/rockyAvatar von rocky-linux

    rocky-linux/rocky

    9,497Auf GitHub ansehen↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Provides tools to adjust the CPU priority of running processes to control resource impact.

    enterprise-linuxrocky
    Auf GitHub ansehen↗9,497
  • lxc/lxdAvatar von lxc

    lxc/lxd

    5,554Auf GitHub ansehen↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Allows adjusting process priority and scheduler type inside unprivileged containers via system call interception.

    Go
    Auf GitHub ansehen↗5,554
  • webmin/webminAvatar von webmin

    webmin/webmin

    5,595Auf GitHub ansehen↗

    Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is

    Adjusts the nice level of a running process to give it more or less CPU time relative to others.

    HTML
    Auf GitHub ansehen↗5,595
  • coreutils/coreutilsAvatar von coreutils

    coreutils/coreutils

    5,185Auf GitHub ansehen↗

    This project is a comprehensive suite of essential command-line tools and standardized Unix-like utilities. It provides the fundamental building blocks for system administration, file management, and text processing on Unix-like systems, implementing a wide range of POSIX command-line tools. The collection is distinguished by its broad coverage of low-level system operations. This includes a complete toolkit for file system management, such as creating and modifying files and directories, and a specialized text processing toolkit for filtering, sorting, and transforming data streams. The pro

    Provides the nice utility to run a command with a modified CPU priority.

    C
    Auf GitHub ansehen↗5,185
  1. Home
  2. Web Development
  3. Server Process Management
  4. Process Priority Adjusters

Unter-Tags erkunden

  • Container Process Priority AdjustmentsIntercepts the sched_setscheduler system call to allow adjusting process priority and scheduler type within unprivileged containers. **Distinct from Process Priority Adjusters:** Distinct from Process Priority Adjusters: focuses on intercepting system calls within unprivileged containers, not general host process priority adjustment.