feat(performance): implement system performance monitoring with configurable thresholds

This commit is contained in:
CaIon
2026-02-04 21:13:49 +08:00
parent ffef331192
commit 5e71ef98d9
12 changed files with 450 additions and 32 deletions
+4
View File
@@ -274,5 +274,9 @@ func InitResources() error {
if err != nil {
return err
}
// 启动系统监控
common.StartSystemMonitor()
return nil
}