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