content of test document:
=[begin]=
MySQL: [^qt^], [^q^] request(s), PHP: [^p^], total: [^t^], document retrieved from [^s^].
=[end]==
template use: "(blank)"
type in browser: localhost/test.html
result: MySQL: 0.0043 s, 0 request(s), PHP: 0.0856 s, total: 0.0899 s, document retrieved from cache.
- very nice
but
if command: ab.exe -n 100 -c 20
http://localhost/test.html
result: MySQL: 2.3687 s, 0 request(s), PHP: 0.2324 s, total: 2.6011 s, document retrieved from cache.
-
can i debug core commands ? or see log-file ?