Check the system version rpm -q centos-release
View the kernel
uname -r
View the top 10 processes currently occupying the largest memory
ps aux |sort -nrk 4 |head -n 10
View the top 10 proce
Check the system version rpm -q centos-release
View the kernel
uname -r
View the top 10 processes currently occupying the largest memory
ps aux |sort -nrk 4 |head -n 10
View the top 10 proce