Authored by jack

1.更新

... ... @@ -345,7 +345,7 @@ public class RedisTask extends Task {
if (0 != tot) {
percent = String.valueOf(avaLong * 100 / totLong);
}
}
redisInfo.setMem(percent + "%" + "(" + avaLong + "/" + totLong + ")");
... ...