diff --git a/collect.py b/collect.py index 92e0118..3b684e0 100644 --- a/collect.py +++ b/collect.py @@ -109,9 +109,7 @@ def scaleMemstat(): if collect: mem = re.search("Mem :.*", collect).group() mem = re.sub("Mem..", "", mem.strip()) - mem = re.sub("[total|free|used|buff|cache|,|/]", "", mem.strip()) - - breakpoint() + mem = re.sub("[total|free|used|buff|cache|,|/]", "", mem.strip()).split() meminmeg = []