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
·

2 Repos

Awesome GitHub RepositoriesKernel Network Tuning

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.

Awesome Kernel Network Tuning GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pry0cc/axiomAvatar von pry0cc

    pry0cc/axiom

    4,392Auf GitHub ansehen↗

    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.

    Shell
    Auf GitHub ansehen↗4,392
  • cilium/pwruAvatar von cilium

    cilium/pwru

    3,777Auf GitHub ansehen↗

    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.

    C
    Auf GitHub ansehen↗3,777
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Network Tuning

Unter-Tags erkunden

  • Networking Program MonitoringMonitoring the execution of kernel networking programs to identify bottlenecks. **Distinct from Kernel Network Tuning:** Focuses on monitoring the execution of networking BPF programs, rather than tuning sysctl parameters.