2014-01-28 25 views
1

php-fpm slowlog中十六进制值的含义是什么?php-fpm slowlog first field是什么意思?

例如:在调用堆栈

[28-Jan-2014 05:37:04] [pool example] pid 30651 
script_filename = /www/example/index/app.php-fpm 
[0x0000000001a12d00] sleep() /www/example/application/controllers/MController.php:51 
[0x0000000001a12740] sleepAction() /www/example/zendframework/Zend/Controller/Action.php:513 
[0x0000000001a11928] dispatch() /www/example/zendframework/Zend/Controller/Dispatcher/Standard.php:289 
[0x0000000001a0ff00] dispatch() /www/example/zendframework/Zend/Controller/Front.php:954 
[0x0000000001a0dd88] dispatch() /www/example/index/app.php-fpm:244 

内存地址?十六进制执行时间?

回答

1

它是方法的内部呼叫号码,而不是执行时间。我认为它存在于帮助开发人员使用分析转储深入跟踪代码时。

链接:source code of the fpm_request.c