2 مستودعات
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.
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.
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.