在分布式登台环境中模仿,记录和重放生产流量模式的策略是什么? [关闭]
问题描述:
On a scale of millions of http request messages and request over a distributed network of servers... What strategies do you use to give your cloud staging a realistic go? Does it effect production performance to implement your strategy?
edit** Gor is awesome.
在成千上万的HTTP请求消息和分布式服务器网络上的请求上…… 采取什么策略 您用来给云部署一个现实的机会吗? 它会影响生产绩效以实施您的策略吗? p>
edit * * em> strong> Gor很棒。 p> div>
答
You can try my tool https://github.com/buger/gor
It's created exactly for replaying traffic from production to staging.
If you want to replay non-http traffic, you may check tcpreplay tool.