longxinH / xhprof

PHP7/PHP8 support
http://pecl.php.net/package/xhprof
Apache License 2.0
1.07k stars 166 forks source link

how turn on extra collection with Mysql? #39

Closed dennsliu closed 4 years ago

dennsliu commented 4 years ago

how turn on extra collection with Mysql?

longxinH commented 4 years ago

php.ini adds xhprof.collect_additional_info = 1

dennsliu commented 4 years ago

ok, thanks, I add blew configure for xhprof.

[xhprof] extension = xhprof.so xhprof.output_dir = "/var/www/xhprof/output_dir" xhprof.collect_additional_info = 1

how to config mysql host, user name and password, let Xhprof can connect mysql ?

longxinH commented 4 years ago

xhprof does not help you connect mysql