chore: changelog v1.33.0 — live SERVER METRICS
This commit is contained in:
parent
f90f81d44a
commit
1da0df7930
1 changed files with 22 additions and 0 deletions
|
|
@ -1,6 +1,28 @@
|
||||||
{
|
{
|
||||||
"site": "jaeswift.xyz",
|
"site": "jaeswift.xyz",
|
||||||
"entries": [
|
"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",
|
"version": "1.32.0",
|
||||||
"date": "19/04/2026",
|
"date": "19/04/2026",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue