Site TIPS PAGE🔎 SEARCH  Ξ INDEX  MAIN MENU  UP ONE LEVEL
 OJB's Web Site. Version 2.4. Mac Tip.Location: tip93 tips mac owen2 
Tip

Discuss   Up to OJB's Mac Tips List

Viewing Processes in Terminal

These commands can be used to check whether a particular process (a process is just a program or app... sort of) is running or not, and to find out if any process is using more memory or CPU time than expected. Most importantly, they show the process ID which can be used to manipulate the process with other commands.

It's usually easy to tell what programs are running on your Mac. Just look in the dock and you will see their icons. If you leave icons for programs there all the time you can tell the currently running programs because they have a small black dot next to them. But your machine is doing a lot more than that! Under the surface there are dozens of other programs running - both Mac background programs and Unix utilities.

To see a list of these use the "ps" command. You won't see much until you add the "a" and "x" options for this command, giving "ps -ax". These options show processes (programs) which belong to other users and background processes. Now you can see how busy your machine really is!

To make the file names a bit easier to understand use the "c" option. This shows the program name instead of the complete path. The command is now "ps -axc".

Your machine is even busier than you think. Try adding the "M" option and see the threads that each process uses. Threads are like sub-tasks the main program is running. The command is now "ps -axcM". Note the "M" is upper case. If you want to know how many threads are running try this: "ps -axcM | wc -l". This pipes the output of the process list to the word count command using the line count option. BTW, when I did this my machine was running over 200 threads!

Update 1: The number I mentioned here related to earlier versions of Mac OS X and is a bit outdated. Looking at my modern Mac running Yosemite I now see almost 2,000 threads!

Update 2: Things continue to get better (or worse). On my macOS 13 MacBook Pro there are now over 3,200 threads!





I usually write a blog post about once a week. The latest post can be viewed here: Think for Yourself: In the end, everything is just an opinion. Be skeptical, and think for yourself! (posted 2026-04-25 at 21:12:02). Or go to the Home Page of My Blog to choose a post to view.

I do podcasts too! You can listen to my latest podcast, here: OJB's Podcast 2026-04-14 How Far is that Star?: How would we really know how big the universe is? Or subscribe to my podcast RSS feed, on my RSS Feeds page.

If you're not sure what to view from the thousands of pages on my site, here are some suggestions: My Latest Airshow Report (photos and movies from Warbirds Over Wanaka, 2026), My Favourite Wines and Beers (tasting notes for some of my favourites), An Interesting Astronomical Observation (learn a bit about astronomy from these observing notes), See Some Photos (A short rail journey through the Taieri Gorge), Read Some Mac Tips (Learn about how to use your Mac, and fix some problems).


Latest Site News and Notifications (Desktop): You are currently viewing OJB's web site, version 2.4 which has some major changes, and possibly errors! Please report any problems to ojb@mac.com.

 Site ©2026 by OJBOJB's BlogWhy Macs are BestMade & Served on Mac 
Site Features: Blog RSS Feeds Podcasts Feedback Log07 Jun 2024. Hits: 1,001,335,496
Description: Mac TipLogged: nothingLoad Timer: 169ms