排查问题自用小监控
1、安装依赖pip install psutil matplotlib numpy
2、记录monitor.py记录每秒进程的内存使用情况取前20输出到monitor.log保存
nohup python monito
2024-09-14