2014-01-28 35 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