Biggest 10 Files du -sh * | sort -n | tail du -x -a . | sort -n -r | head -n 10
List All the Process By memory usage ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10 ps -eo pcpu,pid,user,args | […]
Recent Comments