Commit be79c47a authored by 李贺's avatar 李贺

修改监控进程插件

parent a92a5c81
......@@ -23,7 +23,6 @@ if __name__ == "__main__":
process=i.split(' ')
while '' in process:
process.remove('')
print process[10:]
tmp_memory_percent={
"endpoint":endpoint,
"tags":"pid="+process[1]+",cmd="+' '.join(process[10:]),
......
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