goreplay
Traffic replay tool
Captures and replays live HTTP traffic into a test environment to continuously test systems with real data.
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
19k stars
470 watching
29 forks
Language: Go
last commit: 16 days ago
Linked from 4 awesome lists
devopsgoqatestingtesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
qax-os/goreporter | Analyzes and reports on the quality of Go code. | 3,127 |
session-replay-tools/tcpcopy | A tool for simulating real-world network traffic to test the stability and performance of internet applications | 4,511 |
wiremock/wiremock | A tool for mocking HTTP services in development and testing environments | 6,374 |
parnurzeal/gorequest | A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests. | 3,440 |
openreplay/openreplay | A tool for recording and analyzing user behavior on web applications to help with troubleshooting and optimization | 9,532 |
locustio/locust | A tool for writing and running load tests using Python code | 25,061 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,553 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,103 |
smartystreets/goconvey | A tool for writing and running Go tests in the browser or terminal with visualizations of test results | 8,259 |
google/gops | A tool to diagnose and inspect running Go processes on a system. | 6,745 |
maruel/panicparse | Analyze crash dumps from Go applications to deduce and prioritize problematic goroutines | 3,534 |
gorilla/mux | A powerful HTTP router and URL matcher for building web servers. | 20,887 |
dvyukov/go-fuzz | A tool for generating and testing random inputs to ensure software reliability | 4,780 |
allinurl/goaccess | An open-source tool that analyzes and visualizes web log data in real-time, providing detailed statistics and insights. | 18,491 |
apiaryio/dredd | Tool for validating API implementations against their own documentation | 4,194 |