Is there a tool out there that tells me how much server memory my application uses when executing scripts and database requests? I need to check the performance of an application that will get 1000's of hits per day and I want to optimize the code
Thanks
On a Linux system there's the standard util top. On Windows you've got a performance monitor.
As for a PHP-based solution, I'm curious as well.