breakpoint

This commit is contained in:
Marc Mance
2024-07-31 12:57:26 -04:00
parent 97a7135985
commit af28b3a10b

View File

@@ -111,6 +111,8 @@ def scaleMemstat():
mem = re.sub("^.*Mem..", "", mem.strip()) mem = re.sub("^.*Mem..", "", mem.strip())
mem = re.sub("[total|free|used|buff.cache|,]", "", mem.strip()).split() mem = re.sub("[total|free|used|buff.cache|,]", "", mem.strip()).split()
breakpoint()
meminmeg = [] meminmeg = []
for x in mem: for x in mem: