最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
nginx php-fpm启用慢日志slowlog
时间:2022-06-30 18:41:50 编辑:袖梨 来源:一聚教程网
php-fpm慢日志slowlog设置可以让我们很好的看见哪些php进程速度太慢而导致的网站问题。
可以让我们方便的找到问题的所在。
代码如下 | 复制代码 |
vi /data1/server/php-cgi/etc/php-fpm.conf |
必须同时设置request_slowlog_timeout 0s表示关闭,就是slowlog没有用
1s表示超过1秒的处理都会被记录。
看看具体执行慢到多少秒
代码如下 | 复制代码 |
/data1/server/php-cgi/var/log/php-fpm.log [19-Apr-2013 12:40:35] WARNING: [pool www] child 29514, script ‘/xx/www/adx/tx/tm.php’ (request: “GET /tx/tm.php”) executing too slow (1.034708 sec), logging |
补充一下不同版本php下开启慢日志教程
PHP 5.3.3 之前版本设置如下:
代码如下 | 复制代码 |
The timeout (in seconds) for serving a single request after which the worker process will be terminated |
PHP 5.3.3 之后版本设置如下:
代码如下 | 复制代码 |
; The timeout for serving a single request after which a PHP backtrace will be ; The log file for slow requests ; The timeout for serving a single request after which the worker process will |
注:request_terminate_timeout 将执行时间太长的进程直接终止
request_slowlog_timeout 将执行过慢的文件写入日志
以后即可根据慢执行日志 /usr/local/php/logs/slow.log 来优化程序文件了!
相关文章
- 《绝区零》伊芙琳培养材料汇总 01-24
- 《无限暖暖》1.2春节兑换码一览 01-24
- 《网上国网》查询阶梯档位方法 01-24
- 《蛋仔派对》神游贺岁盲盒获取方法 01-24
- 《炉石传说》星际联动盗贼卡组玩法介绍 01-24
- 皮革珊瑚属于珊瑚中的 01-24