1. 程式人生 > >Linux 性能診斷命令

Linux 性能診斷命令

性能診斷

一、OSWatcher的性能查看命令

OSWatcher

        ifconfig
        iostat
        cat /proc/meminfo 
        mpstat 
        ps -ef | ps aux 
        slabtop | cat /proc/slabinfo
        top
        vmstat 

Linux 性能診斷命令