我刚学使用xdebug这工具,发现他功能强大,但难驾驭啊。来看我的配置:
[xdebug]
zend_extension=xdebug.so
xdebug.remote_host=192.168.6.159
xdebug.remote_enable=On
xdebug.remote_port=9001
xdebug.remote_handler="dbgp"
xdebug.remote_mode="req"
xdebug.idekey="phpstorm"
;xdebug.remote_connect_back=1
;xdebug.auto_autostart=1
xdebug.remote_log=/data1/logs/xdebugTrace/trace.log
;xdebug.auto_trace=1
xdebug.profiler_enable=on
xdebug.trace_output_dir="/data1/logs/xdebugTrace/trace_output_dir"
xdebug.profiler_output_dir="/data1/logs/xdebugTrace/trace_output_dir"
xdebug.trace_options=1
xdebug.trace_output_name=trace.%c
我的日志文件在几分钟内涨到 1.6G,是不是因为我打开了那个auto_trace配置?下面那个trace.1949388597.xt,太吓人了,我是开发环境并没有多少访问量,但这里的数据为何这么多?求指教?
240 -rw-r--r--. 1 nobody nobody 242688 4月 20 18:12 cachegrind.out.16342
244 -rw-r--r--. 1 nobody nobody 246114 4月 20 18:18 cachegrind.out.16343
244 -rw-r--r--. 1 nobody nobody 246068 4月 20 18:18 cachegrind.out.16404
178652 -rw-r--r--. 1 nobody nobody 182938526 4月 20 18:19 cachegrind.out.16405
216124 -rw-r--r--. 1 nobody nobody 221308259 4月 20 18:23 cachegrind.out.16415
244 -rw-r--r--. 1 nobody nobody 245892 4月 20 18:23 cachegrind.out.16416
244 -rw-r--r--. 1 nobody nobody 245900 4月 20 18:23 cachegrind.out.16423
4202368 -rw-r--r--. 1 nobody nobody 2380530850 4月 20 18:23 trace.1949388597.xt
4096 -rw-r--r--. 1 nobody nobody 2621997 4月 20 18:23 trace.2986568079.xt
问题二,我装了webgrindGUI工具。显示的为什么是这样的,没有显示函数名:
添加回答
举报
0/150
提交
取消