From 3e89fdac67bfcf373a02539d19f4cf5efff1f16c Mon Sep 17 00:00:00 2001 From: you Date: Fri, 20 Mar 2026 04:25:05 +0000 Subject: [PATCH] feat: add Perf dashboard to nav bar, show packet store stats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Perf page now accessible from main nav (⚡ Perf). Shows in-memory packet store metrics: packets in RAM, memory used/limit, queries served, live inserts, evictions, index sizes. --- public/index.html | 1 + public/perf.js | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/public/index.html b/public/index.html index ea4c1657..8311ae5f 100644 --- a/public/index.html +++ b/public/index.html @@ -51,6 +51,7 @@ Traces Observers Analytics + ⚡ Perf