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
- Host: GitHub
- URL: https://github.com/decryptus/fd-replay
- Owner: decryptus
- License: gpl-2.0
- Created: 2018-08-29T19:43:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T07:08:24.000Z (about 7 years ago)
- Last Synced: 2025-01-30T20:28:41.395Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 `