I want to simulate high traffic load on my web app in the localhost. I found lots of simulators for java and python but none for PHP. Does somebody know such (open-source) simulators to help develop my application?
Asked
Active
Viewed 233 times
0
-
possible duplicate: http://stackoverflow.com/questions/7492/performing-a-stress-test-on-web-application – JazzCat Feb 15 '16 at 20:14
-
you could try apache benchmark, not mentioned in the previous post. – JazzCat Feb 15 '16 at 20:15
1 Answers
0
I don't see why you need a load tester "for PHP. Any load tester like apache bench, siege etc will simulate your desired request/connection rates and probably do a better job than anything written in PHP.

errata
- 23,596
- 2
- 22
- 32