awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
buger avatar

buger/gor

0
View on GitHub↗
19,290 stele·88 fork-uri·Go·3 vizualizărigoreplay.org↗

Gor

Gor is a set of specialized utilities for recording, replaying, and shadowing network traffic to validate system behavior under real-world conditions. It functions as an HTTP traffic recording tool, a network traffic capture engine, and a system for duplicating live production traffic.

The project provides capabilities for recording real-time HTTP network traffic and storing it for later playback or analysis. It can duplicate live production network traffic and redirect it to a staging environment in real time, or replay recorded network requests against a target environment to validate system behavior under real-world loads.

The tool covers broad traffic management areas including non-intrusive traffic capture, network traffic replay for validating code deployments and infrastructure changes, and network traffic shadowing for stability testing in secondary environments.

Features

  • Traffic Shadowing - Duplicates live network traffic and forwards copies to a separate target environment in real time.
  • Regression Test Replayers - Replays captured production traffic against the system to verify runtime behavior and identify functional regressions.
  • Traffic Recorders - Captures real-time HTTP network traffic and stores it for later playback or analysis.
  • Local Packet Captures - Intercepts and records network packets locally on a device via a non-intrusive listener.
  • Network Traffic Capture Engines - Implements a background listener that records HTTP requests from network interfaces without interrupting the primary application path.
  • Network Traffic Captures - Records real-time network requests in the background to facilitate shadowing and load testing without interrupting the critical path.
  • Network Traffic Replay Tools - Captures and replays sequences of network requests to validate code deployments and infrastructure changes.
  • HTTP Request Replayers - Replays recorded HTTP requests against a target server to simulate real-world load and identify regressions.
  • HTTP Load Testing - Provides high-volume replay of recorded HTTP requests to measure the performance and stability of web services.
  • Load Testing Tools - Simulates real-world user traffic at scale by replaying recorded requests to evaluate system performance.
  • Network Traffic Storage - Persists captured network traffic to local storage for later retrieval and playback during load testing.
  • Pod Traffic Mirroring - Copies live network traffic to secondary destinations for monitoring and analysis without impacting the main data path.
  • Network Traffic Analyzers - Captures and inspects HTTP requests and communication streams to debug system behavior using actual network data.
  • Asynchronous Packet Listeners - Implements non-blocking background listeners to capture network packets without interfering with the primary application thread.
  • Destination-Based Routing - Directs replayed or shadowed traffic to specific destination IP addresses based on configurable environment rules.
  • Network Programming - HTTP traffic replay in real-time.
  • Software Tools - HTTP traffic replication tool for production testing.

Istoric stele

Graficul istoricului de stele pentru buger/gorGraficul istoricului de stele pentru buger/gor

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Gor

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gor.
  • buger/goreplayAvatar buger

    buger/goreplay

    19,286Vezi pe GitHub↗

    GoReplay is a network traffic recording and replay tool used to capture live HTTP and binary protocol requests. It functions as a traffic shadowing proxy that duplicates incoming network requests to test environments and a utility for recording traffic to local or cloud storage for later analysis and playback. The system is capable of processing non-textual data formats, such as Thrift and Protocol Buffers, allowing for the capture and replay of specialized application-to-application communication. The tool supports live traffic capture and asynchronous duplication to validate infrastructure

    Go
    Vezi pe GitHub↗19,286
  • tsenart/vegetaAvatar tsenart

    tsenart/vegeta

    25,070Vezi pe GitHub↗

    Vegeta is an HTTP load testing tool and library designed to measure the performance and stability of web services. It functions as a command-line utility, a programmable package for integration into other applications, and a distributed load generator capable of splitting request rates across multiple machines. The tool is distinguished by its constant-rate request scheduler, which dispatches requests at a fixed frequency regardless of target response times. It employs lazy target streaming to maintain low memory usage during large tests and uses a binary-encoded storage format to minimize di

    Gobenchmarkinggohttp
    Vezi pe GitHub↗25,070
  • apache/jmeterAvatar apache

    apache/jmeter

    9,233Vezi pe GitHub↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Javajavaperformancetest
    Vezi pe GitHub↗9,233
  • probelabs/goreplayAvatar probelabs

    probelabs/goreplay

    19,286Vezi pe GitHub↗

    Goreplay is an HTTP traffic mirroring tool designed to capture live network traffic from production environments and replay it into test systems for validation. It includes a specialized Kubernetes traffic capturer that operates as a daemonset to mirror traffic from specific pods using label selectors and namespace filters, alongside a TCP traffic recorder for intercepting raw network packets. The project features a Kafka traffic pipeline for streaming captured payloads to topics or ingesting messages for playback, and an HTTP request transformer to mask sensitive data or rewrite headers and

    Go
    Vezi pe GitHub↗19,286
Vezi toate cele 30 alternative pentru Gor→

Întrebări frecvente

Ce face buger/gor?

Gor is a set of specialized utilities for recording, replaying, and shadowing network traffic to validate system behavior under real-world conditions. It functions as an HTTP traffic recording tool, a network traffic capture engine, and a system for duplicating live production traffic.

Care sunt principalele funcționalități ale buger/gor?

Principalele funcționalități ale buger/gor sunt: Traffic Shadowing, Regression Test Replayers, Traffic Recorders, Local Packet Captures, Network Traffic Capture Engines, Network Traffic Captures, Network Traffic Replay Tools, HTTP Request Replayers.

Care sunt câteva alternative open-source pentru buger/gor?

Alternativele open-source pentru buger/gor includ: buger/goreplay — GoReplay is a network traffic recording and replay tool used to capture live HTTP and binary protocol requests. It… tsenart/vegeta — Vegeta is an HTTP load testing tool and library designed to measure the performance and stability of web services. It… apache/jmeter — Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the… probelabs/goreplay — Goreplay is an HTTP traffic mirroring tool designed to capture live network traffic from production environments and… requestly/requestly. hengyoush/kyanos — Kyanos is a diagnostic toolset for network analysis that uses eBPF to measure packet latency and trace traffic from…