Wednesday, March 16, 2016

Processes using high memory or cpu using unix95

 Listing of processes who are using high memory : UNIX95= ps -eo sz,comm,args | sed 1d | sort -rn | head -10|awk '{size=$1/1024; pri... thumbnail 1 summary
  •  Listing of processes who are using high memory : UNIX95= ps -eo sz,comm,args | sed 1d | sort -rn | head -10|awk '{size=$1/1024; pri...