diff --git a/agent/fc_agent/app.py b/agent/fc_agent/app.py index 05a6e2e..2c28e04 100644 --- a/agent/fc_agent/app.py +++ b/agent/fc_agent/app.py @@ -17,7 +17,7 @@ from .worker import Worker # Bump on every agent change. The page embeds this and /status reports it; the UI # warns to reload when they differ — so a stale browser-cached page can't be # mistaken for "the new image didn't deploy". (Belt-and-braces with no-store.) -VERSION = "2026-07-01.6 · stream videos via ffmpeg-from-URL (no full download)" +VERSION = "2026-07-01.7 · status: smoothed jobs/min + downloads/min rates" logbuf.install() cfg = Config.from_env() @@ -218,11 +218,11 @@ _PAGE = """
Status
state
-
0
downloaders
-
buffer
-
0
on GPU
+
jobs / min
+
downloads / min
0
processed
0
errors
+
0
waited out
GPU util
@@ -232,7 +232,7 @@ _PAGE = """
buffer occupancy
-
consumers — · waited out 0
+
downloaders — · consumers — · on GPU 0
queue —
@@ -246,6 +246,11 @@ _PAGE = """