内存利用率数据优化

This commit is contained in:
qiminbao
2025-10-31 14:24:45 +08:00
parent b2d6f2f655
commit c12efbf410
@@ -160,6 +160,8 @@ public class SystemServiceImpl implements SystemService {
memInfo.getOrDefault("Buffers", 0L) +
memInfo.getOrDefault("Cached", 0L) +
memInfo.getOrDefault("SReclaimable", 0L));
AssertLog.info("memoryUtilizationCollect,总内存total{}",total);
AssertLog.info("memoryUtilizationCollect,可用内存available{}",available);
// 实际内存使用率
// long cached = memInfo.getOrDefault("Cached", 0L) +
// memInfo.getOrDefault("SReclaimable", 0L);