Jump to content

Use live traffic to test your dev systems


tsdtsdtsd
 Share

Recommended Posts

Hi guys,

I'm learning Go since a few weeks and every now and then I stumble over some great tools for web development.

This one I found yesterday is awesome if you work with large scale systems:

Gor 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.

https://github.com/buger/gor/

Under the hood it works with raw socket connections, like a sniffer, pcap or wireshark, but without using the well known libpcap. I guess the performance impact is the smallest possible. Take a look at the github page if you like, it has some very interesting features.

Maybe a handy tool for some of you ;)

Cheers

  • Like 3
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...