Skip to content

Commit 7e0c34d

Browse files
authored
Revert "Added Percentage Free Memory Stats (#3472)" (#3540)
This reverts commit 62902aa.
1 parent 0927f08 commit 7e0c34d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

checks/system/unix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def check(self, agentConfig):
407407

408408
if memData['physTotal'] > 0:
409409
memData['physPctUsable'] = float(memData['physUsable']) / float(memData['physTotal'])
410-
memData['physPctFree'] = float(memData['physFree']) / float(memData['physTotal'])
411410
except Exception:
412411
self.logger.exception('Cannot compute stats from %s', proc_meminfo)
413412

0 commit comments

Comments
 (0)