Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP vs ASP

Status
Not open for further replies.

JonMusto

Programmer
Aug 3, 2004
34
GB
Hi Everyone,

I'm doing a project on Microsoft vs Open Source. Ive written two identical sites, one in PHP and one ASP. I'm now looking for some way to compare them on performance. I've got microsofts web app stress tool, but i can obviously only use this on the Windows/IIS box...

Does anyone know of any platform independent stress testing tool where i can simulate identical load on both my servers???

Thanks in advance...
Jonathan.
 
There are scripts out there, using microtime to benchmark what time the server uses to parse the php-page.

You would then do maybe 20 loads and do an avg.

Olav Alexander Mjelde
Admin & Webmaster
 
You can use the ZEND Studio Profiler to ascertain some fact about performance of your PHP script.
 
I've found a tool called JMeter... Its platform independant and looks like it will do the trick. You can use a tool called badboy to record a website visit and export to Jmeter too...

Thanks everyone...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top