awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pry0cc/axiomAvatar de pry0cc

    pry0cc/axiom

    4,392Ver en GitHub↗

    Axiom es un orquestador de infraestructura en la nube y framework de escaneo de seguridad distribuido. Sirve como un gestor para desplegar, tomar snapshots y destruir flotas de máquinas virtuales desechables a través de múltiples proveedores de nube y regiones. El proyecto se distingue por automatizar el aprovisionamiento de conjuntos de herramientas de vulnerabilidad y software de auditoría de seguridad a través de estos servidores remotos. Cuenta con un mecanismo para distribuir escaneos de seguridad fragmentando listas de objetivos a través de una flota de instancias y agregando los datos resultantes en archivos unificados e informes HTML. El sistema cubre una amplia gama de capacidades operativas, incluyendo ejecución de comandos remotos, transferencias de archivos paralelas y ajuste de red a nivel de kernel para cargas de trabajo de alta concurrencia. También proporciona herramientas para la gestión de snapshots de imágenes, túneles SSH para tráfico de red y el despliegue de perfiles de infraestructura predefinidos.

    Optimizes kernel network parameters and swap files to maximize performance during high-concurrency security scans.

    Shell
    Ver en GitHub↗4,392
  • cilium/pwruAvatar de cilium

    cilium/pwru

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

Explorar subetiquetas

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