good
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user