How To Check Cpu And Memory In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Use the free command to check the amount of free and used memory:
free -m
2. Use the top command to check the CPU utilization:
top
3. Use the ps command to check the CPU utilization of individual processes:
ps -aux
4. Use the sar command to check system performance:
sar -u