Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4um/nginx-beanstalklog-replay
Replays http requests in beanstalkd to gor replay server
https://github.com/r4um/nginx-beanstalklog-replay
Last synced: 5 days ago
JSON representation
Replays http requests in beanstalkd to gor replay server
- Host: GitHub
- URL: https://github.com/r4um/nginx-beanstalklog-replay
- Owner: r4um
- License: bsd-3-clause
- Created: 2013-07-24T07:25:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:15:38.000Z (over 4 years ago)
- Last Synced: 2024-11-21T07:30:21.643Z (2 months ago)
- Language: Go
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nginx-beanstalklog-replay
=========================Replays http requests in [beanstalkd](http://kr.github.io/beanstalkd/) submitted via
[nginx-beanstalklog-module](https://github.com/r4um/nginx-beanstalklog-module) to [gor](https://github.com/buger/gor) replay server```shell
$ go get -u http://github.com/kr/beanstalk
$ go build nginx-beanstalklog-replay.go
```Usage
```shell
$ nginx-beanstalklog-replay -h
Usage of nginx-beanstalklog-replay:
-b="127.0.0.1:11300": beanstalkd server address
-f=3: sleep seconds after fatal errors
-r="localhost:28020": gor replay server address
-s=0: beanstalkd reserve timeout
-t="nginx-log": beanstalkd tube to watch
```