2018-05-20 linux有序查看进程打开的文件描述符数量 编程 linux lsof1lsof -n | awk '{print $2}'| sort | uniq -c | sort -nr | more python执行shell命令 echarts定时刷新数据引起内存泄漏的解决方法