0

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?

Alex
  • 485
  • 6
  • 18

1 Answers1

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