1、查看進程:ps -aux,-ef |grep -i process_name
2、在線查看進程:top (sort by :u --user| M --memory| P--CPU)
3、查看文件系統(tǒng): df -Th;
4、查看文件/目錄: du -sh;
5、查看內(nèi)存: free -ml;
6、查看PCI 硬件信息:lspci
7、查看RAID信息: lsraid -A -a /dev/md0;
8、查看硬件信息:hwbrowser;
9、相關(guān) /proc目錄下的信息;
10、dmesg查看日志;
11、tail -f /var/log/messages
12、sar 的使用:
所屬包sysstat*
其中還有iostat命令,
系統(tǒng)監(jiān)測相關(guān)知識點Unix系統(tǒng)
,電腦資料
《系統(tǒng)監(jiān)測相關(guān)知識點Unix系統(tǒng)》(http://www.lotusphilosophies.com)。詳細信息以后實際后補充
原文轉(zhuǎn)自:http://www.ltesting.net