Linux scp连接很慢,ssh连接很慢问题分析
问题分析
导致问题发生的原因可能是CPU被某个进程恶意占用。
分析方式
查看端口占用情况:lsof -i / netstat -tunlp 参考:https://www.cnblogs.com/CEO-H/p/7794306.html
查看CPU使用情况:top
查看内存使用情况:top / free
导致问题发生的原因可能是CPU被某个进程恶意占用。
查看端口占用情况:lsof -i / netstat -tunlp 参考:https://www.cnblogs.com/CEO-H/p/7794306.html
查看CPU使用情况:top
查看内存使用情况:top / free