PHP SERVER - GENERAL PHP PERFORMANCE COMPARISON SCRIPT
PHP SERVER PERFORMANCE MEASURING.
STRING, ARRAY, OUTPUT (BUFFERED) AND MATH OPERATION BASED MEASURING.
ONLY INTERNAL PERFORMANCE IS EVALUATED, DOES NOT MEASURE DISK OR
NETWORK PERFORMANCE, RETURNS ONLY SERVER LOAD DEPENDENT SAMPLES,
SO PLEASE AVERAGE YOUR SERVERS RUNTIME(S) FOR COMPARISION.
EOS Benchmark helps PHP programmers benchmark the parts of (or the entire) source code. It tracks memory consumption and execution time, and is able to hide its own memory footprints.
PHP Profiler is both a Zend extension and module capable of generating profiling information (function call statistics) for PHP applications on the server side. No PHP code has to be changed, although the profiler data is available to your scripts.