전체 페이지뷰

2014년 1월 24일 금요일

hp-ux system check


find the pid , size , process name with max memory used

 : ps -elf | awk '{print $10" "$4" "$16}' | sort -n | tail -5 | sort -rn

find the memory usage :

 : glance  ->  m

hpux memory : phy mem
 : dmesg | grep Physical

cpu usage :
 : top
 : sar 1 10
 


댓글 없음:

댓글 쓰기