Solution to the problem of no data display in performance monitoring such as Proxmox memory chart
Fault phenomenon There is no data in the Proxmox performance display interface, and the time is 1970-01-01 Solution ** Synchronize system time and hardware time **: First ensure that the system time and hardware time are correct and synchronized: # 设置正确的系统时间(例如:2025-01-13 10:00:00) date -s "2025-01-13 10:00:00" # 同步系统时间到硬件时钟 hwclock -w # 检查硬件时钟时间 hwclock ** Restart PVE service **: After modifying the time, restart related services to ensure normal operation: ...