From 706227b10606bd891c398eef28a79efd6450af0e 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 ea4c165..8311ae5 100644 --- a/public/index.html +++ b/public/index.html @@ -51,6 +51,7 @@ Traces Observers Analytics + ⚡ Perf