查看服务器指标的python工具
内存 按照进程统计
yum install ps_mem
查看cpu
yum install htop
查看进程
yum install psutil
分析python 程序
pip install py-spy -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
py-spy top --pid=<pid>
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/18333832