buger / goreplay

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.

Home Page:https://goreplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS support

buger opened this issue · comments

Right now its not supported because *BSD system and not allow TCP/UDP traffic capture using RAW sockets. Need to use libpcap for *BSD systems.

Check #21 and #8 for more details.

With #46 libpcap input can be created as separate plugin

With #21, #8 and #46 closed is there anything keeping Gor from supporting OS X, or is it already working thanks to libpcap support?

@fatso83 #8 is closed but not merged. So libcap still have to be done, but as separate input plugin.

any update on this ?
Thanks

I'm not sure about release date, but i'm (or someone else) going to implement it using https://github.com/google/gopacket

Does Gor at least support replaying traffic on OS X?

Yes, totally, I plan to include binaries for Mac for next release

On Monday, September 7, 2015, Blender3D notifications@github.com wrote:

Does Gor at least support replaying traffic on OS X?


Reply to this email directly or view it on GitHub
#22 (comment).

Sincerely yours Leonid Bugaev
leonsbox@gmail.com
http:// http://buger.github.comleonsbox.com

Released https://github.com/buger/gor/releases/tag/v0.11.0 which use libpcap engine for intercepting traffic. Lipcap fully supports mac os.