通過(guò)php start.php status 命令能看到有busy狀態(tài)的進(jìn)程,但每次 php start.php status時(shí). 兩個(gè)busy的進(jìn)程不停地變化. 無(wú)法按照手冊(cè)去定位發(fā)現(xiàn)問(wèn)題
2022-11-17 16:51:19 pid:3128511 Worker[3128511] process terminated
2022-11-17 16:51:19 pid:3128512 Worker[3128512] process terminated
2022-11-17 16:51:20 pid:3025651 worker[webman:3128511] exit with status 65280
2022-11-17 16:51:20 pid:3025651 worker[webman:3128512] exit with status 65280
2022-11-17 16:51:20 pid:3128515 Worker[3128515] process terminated
2022-11-17 16:51:20 pid:3128516 Worker[3128516] process terminated
2022-11-17 16:51:21 pid:3025651 worker[webman:3128515] exit with status 65280
2022-11-17 16:51:21 pid:3025651 worker[webman:3128516] exit with status 65280
2022-11-17 16:51:21 pid:3128519 Worker[3128519] process terminated
2022-11-17 16:51:21 pid:3128520 Worker[3128520] process terminated
2022-11-17 16:51:22 pid:3025651 worker[webman:3128519] exit with status 65280
2022-11-17 16:51:22 pid:3025651 worker[webman:3128520] exit with status 65280
2022-11-17 16:51:22 pid:3128527 Worker[3128527] process terminated
2022-11-17 16:51:22 pid:3128528 Worker[3128528] process terminated
2022-11-17 16:51:23 pid:3025651 worker[webman:3128527] exit with status 65280
2022-11-17 16:51:23 pid:3025651 worker[webman:3128528] exit with status 65280
2022-11-17 16:51:23 pid:3128531 Worker[3128531] process terminated
2022-11-17 16:51:23 pid:3128532 Worker[3128532] process terminated
Workerman version:4.0.30 PHP version:8.1.7
start time:2022-11-16 22:04:59 run 0 days 18 hours
load average: 0, 0, 0 event-loop:\Workerman\Events\Event
4 workers 34 processes
worker_name exit_status exit_count
webman 65280 41471
monitor 0 0
task 0 0
plugin.webman.redis-queue.consumer 0 0
3129535 N/A http://0.0.0.0:8787 webman N/A N/A N/A N/A N/A [busy]
3129536 N/A http://0.0.0.0:8787 webman N/A N/A N/A N/A N/A [busy]
基本上隔個(gè)1-2天就會(huì)全部busy. 導(dǎo)致無(wú)法提供服務(wù),但我系統(tǒng)的負(fù)載非常低. 業(yè)務(wù)沒(méi)什么訪問(wèn)量
php 8.1.7有bug,升級(jí)下php或者升級(jí)下workerman
相關(guān)帖子
http://wtbis.cn/q/8851
http://wtbis.cn/q/8854