awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pry0cc/axiomAvatar de pry0cc

    pry0cc/axiom

    4,392Voir sur GitHub↗

    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
    Voir sur GitHub↗4,392
  • cilium/pwruAvatar de cilium

    cilium/pwru

    3,777Voir sur GitHub↗

    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
    Voir sur GitHub↗3,777
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Network Tuning

Explorer les sous-tags

  • 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.