Cloning/copying traffic from production web cluster to test web cluster
- by Marko Kevac
Hello.
We have 10 machine web cluster with approximately 1500 req/seq.
How can we copy/clone all user traffic that comes to this production cluster in order to test new version of software, which is installed on a little bit smaller test cluster?
It should be copy, not load balancing, i.e. real users must receive answer from production cluster, not testing one.
OS: Linux
Thanks.