CPU performance source code

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
antoniobanjeras
Forum Newbie
Posts: 10
Joined: Mon Aug 04, 2008 11:13 pm

CPU performance source code

Post by antoniobanjeras »

Hi,

Anybody has the source code/links to view CPU performance (like Windows Task Manager) in PHP?
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Re: CPU performance source code

Post by pcoder »

I think, it is not possible to view the CUP Performance in PHP.
But if you really want to increase the performance of your page, Use YSlow extension in Mozilla Firefox.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: CPU performance source code

Post by josh »

Using "ps" on the linux command line can give you tons of info about a task, but I think using zend or phpED is the best way to profile, as it shows exactly where in the code time is being spent
Post Reply