Eugene Lee wrote:
> Is there a way to benchmark a PHP script to see how intensive it is?
> For example, execution time, CPU/RAM/disk usage, etc.  Thanks in advance.
> 


Try APD.

http://apd.communityconnect.com/

It's a degugger and profiler.
It does not show all of bench you want,
but it works well for profiling.

For CPU/RAM/DISK, you can take system bench
while you are accessing scripts.

-- 
Yasuo Ohgaki


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to