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

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

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

2 مستودعات

Awesome GitHub RepositoriesMemory Compaction Tracing

Monitoring of kernel memory compaction and fragmentation management.

Distinct from Compaction Strategies: Candidates refer to database LSM-tree compaction or AI models, not operating system memory compaction.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Memory Compaction Tracing. Refine with filters or upvote what's useful.

Awesome Memory Compaction Tracing 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

    Monitors kernel memory compaction zones to identify stall latency and the processes issuing them.

    C
    عرض على GitHub↗22,459
  • balloonwj/cppguideالصورة الرمزية لـ balloonwj

    balloonwj/CppGuide

    6,030عرض على GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Explains relocating memory pages between NUMA nodes while maintaining virtual address consistency.

    عرض على GitHub↗6,030
  1. Home
  2. Operating Systems & Systems Programming
  3. Memory Compaction Tracing

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

  • NUMA Page RelocatorsRelocates memory pages between NUMA nodes or during compaction while keeping virtual addresses valid. **Distinct from Memory Compaction Tracing:** Distinct from Memory Compaction Tracing: focuses on NUMA-aware page migration, not general compaction monitoring.