Linux get top processes with high memory usage
ps -eo pmem,pcpu,vsize,pid,cmd | sort -k 1 -nr | head -30 | awk 'NR>1 {$3=int($3/(1024*1024))"M";}{ print;}'
Backing you up.
ps -eo pmem,pcpu,vsize,pid,cmd | sort -k 1 -nr | head -30 | awk 'NR>1 {$3=int($3/(1024*1024))"M";}{ print;}'
List connections: Add IP address: Reload connection: Verify Done. Cheers and Peace out!!!
Some useful ways to manipulate files: Array: Array could be crated like You can see...
If you need to add a full text search index on you column, then you...
First make user CPAN is installed. To check run ‘cpan’ command. If it is installed...
CPAN allows to install perl modules. Use following command to install CPAN: Then configure it...