I use httperf from external server to stress test my app (on scalr/EC2). However nginx is configured to distribute load according to IP address of the source (so each app server will receive all the traffic from the same user).

Any idea how to work around this and measure load handling when the number of app servers behind nginx increases ?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Use multiple load generating engines or put multiple IP addresses on the one you have.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.