You may use top and ps commands.
Display the process utilizing the most cpu and quits to sh: top -b -n -1
Display CPU Utilization: sar -u
And use ps to display processes with the highest CPU utilization: ps -eo pid,pcpu,args | sort +1n
Read man pages of each of the above commands to get more details and supported options.
Blog on things around me - Quality Management, Free & Open Source Software, Gadgets, Utilities...
Subscribe to:
Post Comments (Atom)
Total Pageviews
Popular Posts
-
Bugzilla is the Bugs/Issues Tracking Tool from The Mozilla Organization. Version 2.18 is the latest stable release. There are couple of res...
-
Two MIT math graduates bump into each other at Fairway on the upper west side. They hadn't seen each other in over 20 years. The first g...
-
Maven is a popular open source build tool for Java projects, designed to make build process easy. It uses a declarative approach, where the ...
-
Here are a few tips to improve JSP performance that I have been using. If you have your own listing of the tips, plz share. Disable JSP auto...
-
Beth M worked with AI tools for testing and concludes that tools like Cursor and Fine.ai can significantly accelerate the development of tes...
No comments:
Post a Comment