how to do a stress test

Hi folks,

I’m making a new version of one site that have a big page viewer number (normally 40 millions for month), I intend make the new version using yii.

I’d like know how make a stress test on a yii application/database?

Thanks,

Godfather.

you can use the ‘ab’ (apache benchmark) tool, which should be included if you have apache httpd installed.

I usually use ab. You could also take a look at loadimpact.com, very usefull service.

Hi guys,

I did some tests using ab on the current application, and works fine.

Thanks for all,

Godfather.