Joseph Cheng wrote:
Is anyone using a reliable Linux/Apache/MySQL/PHP benchmarking suite?
There are benchmark software for individual pieces but I hope there is
one tool or several small tools that act together to give a picture of
how long a request takes from entering Apache, to PHP, to MySQL and
then back to the client.TIA!

There is no way a single tool can get you intra-request numbers for that. Your best approach is to use a http benchmarking tool to measure your entire roundtrip (http://acme.com/software/http_load/) and then once you know your entire roundtrip time including latency numbers use a profiler (http://valgrind.org/info/tools.html#callgrind) to figure out where you are spending your time in your request.

-Rasmus

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

Reply via email to