linux Command : Clear Cached memory May 19, 2015 sh -c "sync; echo 3 > /proc/sys/vm/drop_caches" Read more
Linux CPU Usage May 05, 2015 Following command will displays the top 10 CPU users on the Linux system. ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10 Read more