From 8e818887d5a1233b663ad5639991f5e29b7f526b Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Mon, 18 Aug 2025 13:36:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=EF=BC=8C=E5=A2=9E=E5=BC=BA=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=92=8C=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E4=BA=A4=E4=BA=92=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow_service/routes/monitor.py | 370 +++++++++++++++++++++-------- 1 file changed, 266 insertions(+), 104 deletions(-) diff --git a/workflow_service/routes/monitor.py b/workflow_service/routes/monitor.py index 48143c4..168d280 100644 --- a/workflow_service/routes/monitor.py +++ b/workflow_service/routes/monitor.py @@ -29,146 +29,267 @@ async def monitor_dashboard(): - ComfyUI 工作流服务监控 + ComfyUI 工作流监控
-
-

🚀 ComfyUI 工作流服务监控

-

实时监控系统状态、任务队列和服务器健康状态

-
-
-
-
--
-
CPU 使用率
-
-
-
--
-
内存使用率
-
--
运行中任务
@@ -177,6 +298,14 @@ async def monitor_dashboard():
--
等待中任务
+
+
--
+
已完成任务
+
+
+
--
+
24小时总任务
+
@@ -197,15 +326,12 @@ async def monitor_dashboard():