good
This commit is contained in:
@@ -109,9 +109,7 @@ def scaleMemstat():
|
|||||||
if collect:
|
if collect:
|
||||||
mem = re.search("Mem :.*", collect).group()
|
mem = re.search("Mem :.*", collect).group()
|
||||||
mem = re.sub("Mem..", "", mem.strip())
|
mem = re.sub("Mem..", "", mem.strip())
|
||||||
mem = re.sub("[total|free|used|buff|cache|,|/]", "", mem.strip())
|
mem = re.sub("[total|free|used|buff|cache|,|/]", "", mem.strip()).split()
|
||||||
|
|
||||||
breakpoint()
|
|
||||||
|
|
||||||
meminmeg = []
|
meminmeg = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user