diff --git a/collect.py b/collect.py index c7cd524..6db4b82 100644 --- a/collect.py +++ b/collect.py @@ -111,6 +111,8 @@ def scaleMemstat(): mem = re.sub("^.*Mem..", "", mem.strip()) mem = re.sub("[total|free|used|buff.cache|,]", "", mem.strip()).split() + breakpoint() + meminmeg = [] for x in mem: