php-fpm slowlog first field是什么意思?

时间:2014-01-28 05:48:22

标签: performance php

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

例如:

[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 个答案:

答案 0 :(得分:1)

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

链接:source code of the fpm_request.c