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

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

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

3 مستودعات

Awesome GitHub RepositoriesKernel Scheduling

Tools for extending and optimizing the Linux scheduler.

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

Awesome Kernel Scheduling GitHub Repositories

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

    iovisor/bcc

    22,459عرض على GitHub↗

    BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It functions as a performance analysis tool and debugging utility to capture system events, measure kernel latency, and provide network observability. The project distinguishes itself by providing a build system that integrates with LLVM to compile C-like code into BPF bytecode at runtime. It utilizes BPF Type Format data for relocations to maintain cross-kernel compatibility and extracts kernel headers to ensure the generated programs match the specific kernel version. The toolkit co

    Provides tools to sample kernel run queues and generate occupancy histograms to identify CPU scheduling bottlenecks.

    C
    عرض على GitHub↗22,459
  • sched-ext/scxالصورة الرمزية لـ sched-ext

    sched-ext/scx

    1,840عرض على GitHub↗

    Framework for custom Linux scheduler extensions.

    C
    عرض على GitHub↗1,840
  • gthulhu/gthulhuالصورة الرمزية لـ Gthulhu

    Gthulhu/Gthulhu

    387عرض على GitHub↗

    eBPF-based workload orchestration platform, built for Cloud Native ecosystem.

    Scheduler extension for cloud-native workload optimization.

    Go
    عرض على GitHub↗387
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Kernel Scheduling

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

  • Run Queue AnalysisTools for sampling and analyzing the occupancy of kernel run queues to detect scheduling bottlenecks. **Distinct from Kernel Scheduling:** Focuses specifically on run queue occupancy metrics rather than general scheduler extensions or optimizations.