Site TIPS PAGE🔎   UP ONE LEVEL
 OJB's Site. v2.4.L: tip99 tips mac owen2 
Tip

Discuss   Up to OJB's Mac Tips List

Terminal: Top Processes

This command is useful to monitor which processes are using most of the CPU time. If your computer is getting slow it is sometimes because a program has got a bit out of control. Even if this is a conventional program it can be hard to identify, but if it is a background process this technique is essential.

The "top" command shows the top processes running on your machine. By default the top command displays processes in the reverse order they were started (so top itself is always at the top). It shows enough lines to fill the screen and redraws the screen once per second. It displays basic memory and CPU specs. Try it by just typing "top". To stop top running just type control-c (hold down the control key and press c).

A more useful form of this command is "top -u -s5 10". This will display the processes sorted by how much CPU time they use, it re-draws the list every 5 seconds and displays the top 10 processes. For information about commands which can be used to work with the processes you discover this way see the related commands in this (tips) section of my site.

Related Tips

Terminal Example: Listing Files
Terminal Example: Shell Script
Terminal Tips: Deleting Files
Terminal: Change Priority
Terminal: Changing Privileges
Terminal: Fixing a Hang
Terminal: Listing Directory
Terminal: Manual and Help
Terminal: Remote Secure Login
Terminal: Terminate a Process





My latest blog post: Think for Yourself: In the end, everything is just an opinion. Be skeptical, and think for yourself! (posted 2026-04-25).

My latest podcast: OJB's Podcast 2026-04-14 How Far is that Star?

If you're not sure what to view from my site, here are some suggestions: My Latest Airshow Report, My Favourite Wines and Beers, An Interesting Astronomical Observation, See Some Photos, Read Some Mac Tips.


Site News (Mobile): OJB's web site, v 2.4 which has major changes, and possibly errors! Please report anything to ojb@mac.com.