From 1da0df79303b4ea871fdd2823e8880266410d5c8 Mon Sep 17 00:00:00 2001 From: jae Date: Sun, 19 Apr 2026 12:49:21 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20changelog=20v1.33.0=20=E2=80=94=20live?= =?UTF-8?q?=20SERVER=20METRICS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/data/changelog.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/api/data/changelog.json b/api/data/changelog.json index 97e016f..2586cb9 100644 --- a/api/data/changelog.json +++ b/api/data/changelog.json @@ -1,6 +1,28 @@ { "site": "jaeswift.xyz", "entries": [ + { + "version": "1.33.0", + "date": "19/04/2026", + "category": "FEATURE", + "title": "Homepage SERVER METRICS \u2014 Real Live Data", + "changes": [ + "SERVER METRICS panel now shows real VPS metrics via /api/stats", + "CPU LOAD bar: real load_avg / nproc percentage", + "MEMORY bar: real used/total memory percentage", + "DISK I/O bar: real root filesystem usage percentage", + "BANDWIDTH bar: real Mbps delta computed from network_rx_bytes + network_tx_bytes, scaled against 1 Gbps link", + "NETWORK TRAFFIC graph: real-time line chart of download/upload Mbps with auto-scaling peak", + "DOWNLOAD/UPLOAD readouts: auto-format Kbps/Mbps/Gbps based on actual traffic", + "PACKETS readout replaced with real active TCP connections count", + "POWER panel: reliability % derived from real CPU load", + "CONTAINERS panel: real docker ps running/total counts with progress bar", + "UPTIME: real /proc/uptime days/hours/minutes", + "SERVER HEALTH: weighted score from real CPU/memory/disk", + "Refresh interval: 5 seconds (was 10)", + "All fake random-data generators for these metrics disabled" + ] + }, { "version": "1.32.0", "date": "19/04/2026",