goreplay
goreplay copied to clipboard
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...
As the document says, the following three commands can adjust the number of requests to another instance: `sudo ./gor --input-file "requests_0.gor|50%" --output-http "http://localhost:3091" ` `sudo ./gor --input-file "requests_0.gor|200%" --output-http "http://localhost:3091"...
Sometimes goreplay can barely grab the request, sometimes only the response.This phenomenon seems to be related to the size of the response message. Using jmeter to stress the 2k json...
Does it support listening on port 443?
goreplay 1.3.1, 1.3.2 osx, linux. I file 'replay.log' containing 1 request. goreplay 1.3.1 does not exit after having forwarded the contents of the file > gor_v1.3.1 -verbose 3 -input-file replay.log...
I am trying to create a daemon set, I have a service deployed already in namespace: cms-test. My file looks like apiVersion: apps/v1 kind: DaemonSet metadata: name: goreplay-daemon spec: template:...
Hi, We are trying to run `goreplay` as sidecar in AWS EKS in pod along with PHP container. However, we are running into the following error: ``` PCAP Activate device...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @shivamarora1 in PR actions/cache#835 Update toolkit's cache...