2 Repos
Optimization of operating system kernel parameters and resource allocations to improve network throughput and concurrency.
Distinct from High-Performance Systems Patterns: Candidates refer to high-performance libraries or AI optimizers, not OS-level kernel network parameter tuning.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Network Tuning. Refine with filters or upvote what's useful.
Axiom is a cloud infrastructure orchestrator and distributed security scanning framework. It serves as a manager for deploying, snapshotting, and destroying disposable virtual machine fleets across multiple cloud providers and regions. The project distinguishes itself by automating the provisioning of vulnerability toolsets and security auditing software across these remote servers. It features a mechanism for distributing security scans by sharding target lists across a fleet of instances and aggregating the resulting data into unified files and HTML reports. The system covers a broad range
Optimizes kernel network parameters and swap files to maximize performance during high-concurrency security scans.
pwru is a tooling implementation for tracing, filtering, and debugging network packet movements and transformations within the Linux kernel. It functions as an eBPF network packet tracer and debugger used to analyze kernel state and identify where network packets are dropped or redirected. The project provides specialized capabilities for monitoring the packet lifecycle, including tracking packets through NAT transformations and tunnel decapsulation. It includes an eBPF traffic filter that reduces noise by restricting traced packets based on namespaces, interfaces, and kernel function names.
Monitors the execution of networking programs and helper functions to identify logic errors and bottlenecks.