Commit d4a00d90 authored by 李贺's avatar 李贺

Update 60_processlist_monitor.py

parent 0182424f
......@@ -14,7 +14,7 @@ def get_all_mountpoint():
raw_data = Popen(['grep','-v','%CPU'], stdin=raw_data.stdout, stdout=PIPE, stderr=PIPE).communicate()[0]
for i in raw_data.split('\n'):
data.append(i)
if len(data) == 60:break
if len(data) == 10:break
return data
if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment