how to check CPU performance in linux
- Forums
- Linux Hosting
- how to check CPU performance in linux
my linux server is running slow more than ever, i like to know which application is hogging all the cpu out of my server [1391], Last Updated: Mon Jun 24, 2024
Militair
Sat Apr 03, 2010
2 Comments
591 Visits
my linux server is running slow more than ever, i like to know which application is hogging all the CPU out of my server. i have LAMP on it for a web server, i suspect that it might be the MySQL database, how can i check?
running the top command will display processes ranked by CPU usage
top gives you a dynamic real time report of current running services on your system. it can show system summary infromation and a list of tasks currently being managed by the kernel. use the R option to rost the porcess by cpu like this
#top -R
https://www.webune.com/forums/20100403cccp.html