Page 1 of 1

CPU performance source code

Posted: Sun Sep 07, 2008 9:08 pm
by antoniobanjeras
Hi,

Anybody has the source code/links to view CPU performance (like Windows Task Manager) in PHP?

Re: CPU performance source code

Posted: Sun Sep 07, 2008 11:19 pm
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.

Re: CPU performance source code

Posted: Mon Sep 08, 2008 12:52 am
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