内存利用率数据优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user