Welcome to Alibaba Cloud Elastic Compute Service ! 
 
[root@backend ~]# pstree -ap|grep gunicorn 
  |-gunicorn,3944 /usr/bin/gunicorn -c runconfig.py runserver:app 
  |   `-gunicorn,5475 /usr/bin/gunicorn -c runconfig.py runserver:app 
  |       `-{gunicorn},5632 
  |   |       |-grep,576 --color=auto gunicorn 
 
 
发现此进程占据资源巨大,如果不是面板我就要考虑Kill了. 
 
 |   
 
 
 
 
 |