i've the following infrastructure:
1x load balancer (nginx) 4x apache upstream 1x mysql server
The website is pretty busy and i bought other 6 servers that are meant to replace the previous infrastructure.
Since the setup is different i'd like to trasparently test my new server infrastructure with live data. I found https://github.com/wangbin579/tcpcopy but for some reason it's not working for me (it does not send 99% of the requests).
I must say I don't have physical access to the server nor i can manipulate the switch. The two servers are in 2 different networks ( but, of course, they see each other ).
Thanks for your time :)