feat(processmonitor): Add CPU monitoring and display CPU in process list

This commit is contained in:
2025-08-30 23:36:26 +00:00
parent 8f96118e0c
commit fa50ce40c8
5 changed files with 52 additions and 10 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-08-30 - 5.6.0 - feat(processmonitor)
Add CPU monitoring and display CPU in process list
- CLI: show a CPU column in the `tspm list` output (adds formatting and placeholder name display)
- Daemon: ProcessMonitor now collects CPU usage for the process group in addition to memory
- Daemon: ProcessMonitor exposes getLastCpuUsage() and ProcessManager syncs CPU values into IProcessInfo
- Non-breaking: UI and internal stats enriched to surface CPU metrics for processes
## 2025-08-30 - 5.5.0 - feat(logs)
Improve logs streaming and backlog delivery; add CLI filters and ndjson output