有没有办法让我查看我的 ubuntu linux 服务器上的 CPU 或内存使用情况?我注意到我的服务器(灯设置)有时很慢,但当我以 root 身份登录并运行 PS 命令时,一切可能都恢复正常了。
查看服务器不同部分所消耗资源的日志将会非常有用。
答案1
sysstat 工具集合包含能够保存系统活动信息的 sar:http://pagesperso-orange.fr/sebastien.godard/documentation.html
答案2
使用dstat -ta --top-cpu
看:http://dag.wieers.com/home-made/dstat/
如果您想要记录到文件,您可以使用:
dstat -ta --top-cpu --noheader --output systemstats.csv
答案3
答案4
vmstat 和 iostat , mytop 和 apache top 也许能帮助你找出瓶颈。