web server testing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
psmshankar
Forum Commoner
Posts: 96
Joined: Tue Aug 06, 2002 4:25 am
Location: India

web server testing

Post by psmshankar »

Dear All,

we have developed a web-based application for a client
and now in its testing phase by next week...
It uses Linux/PHP 4/MySQL 3.23/Apache

Is there any tools available to test the web server load etc...?
any idea?

Thanks a lot.

Shankar
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

probably http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ fits your needs best (example: http://stats.xpto.org/mrtg/apache.org/apache.html)
you might also take a look at http://www.linuxlinks.com/Software/Monitoring/Load/
there's also a commandline-tool called top on most linux systems continously showing the topmost ressource-eating processes.
Post Reply