awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
buger avatar

buger/gor

0
View on GitHub↗
19,290 星标·88 分支·Go·4 次浏览goreplay.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.

Star 历史

buger/gor 的 Star 历史图表buger/gor 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Gor 的开源替代方案

相似的开源项目,按与 Gor 的功能重合度排序。
  • buger/goreplaybuger 的头像

    buger/goreplay

    19,286在 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
    在 GitHub 上查看↗19,286
  • tsenart/vegetatsenart 的头像

    tsenart/vegeta

    25,070在 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
    在 GitHub 上查看↗25,070
  • apache/jmeterapache 的头像

    apache/jmeter

    9,233在 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
    在 GitHub 上查看↗9,233
  • probelabs/goreplayprobelabs 的头像

    probelabs/goreplay

    19,286在 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
    在 GitHub 上查看↗19,286
查看 Gor 的所有 30 个替代方案→

常见问题解答

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.

buger/gor 的主要功能有哪些?

buger/gor 的主要功能包括:Traffic Shadowing, Regression Test Replayers, Traffic Recorders, Local Packet Captures, Network Traffic Capture Engines, Network Traffic Captures, Network Traffic Replay Tools, HTTP Request Replayers。

buger/gor 有哪些开源替代品?

buger/gor 的开源替代品包括: 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…