An open API service indexing awesome lists of open source software.

https://github.com/decryptus/fd-replay

python testing testing-tools devops qa duplicate traffic
https://github.com/decryptus/fd-replay

Last synced: 2 months ago
JSON representation

python testing testing-tools devops qa duplicate traffic

Awesome Lists containing this project

README

          

# fd-replay project

fd-replay is an open-source daemon for replaying live HTTP traffic into multiple test environments.

## Getting started
For example, if you use nginx in our production environment, you can add mirror (http://nginx.org/en/docs/http/ngx_http_mirror_module.html) or post_action directive to forward traffic to fd-replay.
Edit fd-replay.yml file to declare your differents endpoints.

## Installation

pip install fd-replay

### Running daemon

`fd-replay -c -p --logfile `

### Running foreground

`fd-replay -f -c -p --logfile `