Michael Gale wrote:
> Hello,
> 
>       Is there a way to monitor or test out how much CPU / memory a php
> page uses ? I would like to find out how intensive some of my scripts
> are. 

Don't know about CPU, but you can get memory usage with this function:

http://www.php.net/manual/en/function.memory-get-usage.php

Your PHP must be compiled with --enable-memory-limit for this to work...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to