awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

3 repositorios

Awesome GitHub RepositoriesPacket Processing Speed Benchmarks

Measures packet processing speed by sending hundreds of millions of packets per second to evaluate raw throughput.

Distinct from Packet Processing Frameworks: Distinct from Packet Processing Frameworks: focuses on benchmarking speed rather than providing a framework for processing.

Explore 3 awesome GitHub repositories matching networking & communication · Packet Processing Speed Benchmarks. Refine with filters or upvote what's useful.

Awesome Packet Processing Speed Benchmarks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • baidu/dperfAvatar de baidu

    baidu/dperf

    5,569Ver en GitHub↗

    dperf is a high-performance network testing tool that generates massive multi-protocol traffic for benchmarking network devices and servers. It uses DPDK to bypass the kernel network stack, enabling line-rate packet generation and capture with zero-copy processing, and implements a full TCP/IP stack in user space to achieve millions of connections per second from a single server. The tool is designed for stress-testing Layer 4 load balancers and gateways, capable of simulating billions of concurrent TCP or UDP sessions and generating tens of millions of new connections per second. It supports

    Measures packet processing speed by sending hundreds of millions of packets per second to evaluate raw throughput.

    Cbenchmarkdpdkl4lb
    Ver en GitHub↗5,569
  • dpdk/dpdkAvatar de DPDK

    DPDK/dpdk

    4,277Ver en GitHub↗

    DPDK es un framework de procesamiento de paquetes y librería de red de bypass de kernel diseñada para acelerar el rendimiento del plano de datos de red. Proporciona una pila de red en espacio de usuario que mueve los datos de red directamente desde la tarjeta de interfaz de red al espacio de usuario, eliminando la sobrecarga del kernel del sistema operativo para lograr un alto rendimiento y baja latencia. El framework utiliza una arquitectura de controlador de modo de sondeo (poll mode driver) que reemplaza la red impulsada por interrupciones con un mecanismo de sondeo constante. Este enfoque permite la implementación de funciones y protocolos de red fuera del kernel. El proyecto cubre capacidades para el procesamiento de paquetes de alto rendimiento, virtualización de funciones de red y el desarrollo de dispositivos de red personalizados como firewalls y balanceadores de carga.

    Provides high-speed network packet manipulation by bypassing standard kernel overhead.

    C
    Ver en GitHub↗4,277
  • f-stack/f-stackAvatar de F-Stack

    F-Stack/f-stack

    4,230Ver en GitHub↗

    f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and overall throughput. It utilizes DPDK to route network traffic directly to user space and integrates a transplanted FreeBSD network stack to handle transport and network layer protocols outside of the host operating system. The project provides a socket API compatibility layer that allows standard network applications to run on a high-performance backend without requiring code changes. It also features a coroutine-based network API and micro-threading interface to manage asynchron

    Directs network traffic to user space via DPDK to eliminate kernel overhead and minimize latency.

    C
    Ver en GitHub↗4,230
  1. Home
  2. Networking & Communication
  3. Packet Engines
  4. Packet Processing Frameworks
  5. Packet Processing Speed Benchmarks

Explorar subetiquetas

  • User-Space Packet ProcessingHigh-speed manipulation of network packets within user space to avoid kernel overhead. **Distinct from Packet Processing Speed Benchmarks:** Distinct from Packet Processing Speed Benchmarks: it is the actual processing capability, not the measurement of it.