Pulse/internal/models
Pulse Monitor 6f840834f1 feat: improve memory reporting accuracy using available memory (addresses #435)
- Calculate memory as (Total - Available) instead of raw Used value
- Excludes buffer/cache memory that Linux can reclaim when needed
- Prevents false alerts from Linux cache usage
- Falls back to traditional calculation on older Proxmox versions
- VMs already use FreeMem from guest agent when available
- Memory usage will appear lower but more accurate (e.g., 56% instead of 84%)
- Users may need to adjust alert thresholds accordingly
2025-09-10 10:17:07 +00:00
..
cluster.go Fix all TypeScript 'any' types and ensure strict typing 2025-07-30 14:08:06 +00:00
converters.go feat: improve memory reporting accuracy using available memory (addresses #435) 2025-09-10 10:17:07 +00:00
models.go feat: implement S.M.A.R.T. disk monitoring for Proxmox nodes (addresses #429) 2025-09-08 16:40:05 +00:00
models_frontend.go feat: improve memory reporting accuracy using available memory (addresses #435) 2025-09-10 10:17:07 +00:00
state_snapshot.go feat: implement S.M.A.R.T. disk monitoring for Proxmox nodes (addresses #429) 2025-09-08 16:40:05 +00:00