[轉載]OmniOS類似top的工具

來源:http://oraclepoint.com/oralife/2011/02/09/different-ways-to-check-memory-usage-on-solaris-server/

來源的教學主要針對solaris作業系統,不過經實際測試於OmniOS亦可使用

類似top功能

 

檢查記憶體使用

echo ::memstat | mdb -k
prstat -t
ps -efo pmem,uid,pid,ppid,pcpu,comm | sort -r
/usr/proc/bin/pmap -x <process-id>

 

Facebook Comments Box

Leave a Reply