Skip to content

Releases: g1forfun/Pi-Monitor

v1.1.0 - CPU Pressure & Stability Improvements

11 Feb 21:05

Choose a tag to compare

🚀 New Features

  • Exposed 1m, 5m, and 15m CPU load averages
  • Added CPU Pressure (%) metric based on normalized 1-minute load
  • Dynamic CPU status badge (OK / BUSY / OVERLOADED)

⚡ Improvements

  • Improved power polling architecture (single interval per session)
  • Hardened front-end handling for missing/undefined data
  • UTF-8 template encoding for index.html
  • Minor UI polish and formatting improvements

🧠 Technical

  • CPU pressure calculated as: (1-minute load / CPU cores) × 100
  • Added cpu_pressure_1m, cpu_pressure_5m, cpu_pressure_15m to API

v1.0.0

17 Apr 03:01
d1b8ade

Choose a tag to compare

Update README.md