How to keep an eye on your Mac's system health
Continuous, low-effort visibility into CPU, memory, thermals, and disk — without leaving Activity Monitor open all the time.
You don’t want a dashboard. You don’t want to learn a new tool. You want to know — passively — when your Mac is doing something it shouldn’t, before that something becomes “why is everything slow.” Here’s the practical setup.
The bare minimum
Three signals catch most Mac issues:
- CPU load — spots runaway processes early
- Memory pressure — predicts swap-induced slowness
- Temperature — catches thermal throttling
Watching disk and network is useful but secondary. CPU, memory, and temperature explain probably 80% of “the Mac is slow” moments.
Three ways to get continuous visibility
Option 1 — Leave Activity Monitor open as a Dock icon
- Open Activity Monitor.
- Right-click its Dock icon - Dock Icon - Show CPU Usage (or History, or Memory Pressure).
- Right-click again - Options - Keep in Dock.
Limitation: only shows one signal at a time, and you have to look at the Dock.
Option 2 — Terminal with top or htop
- Open Terminal, run
top -o cpuand leave it in a corner of the screen. - Or install htop:
brew install htop, thenhtop. - For thermals, run
sudo powermetrics --samplers smc -i 5000in another tab.
Limitation: takes screen real estate, needs a Terminal window open.
Option 3 — Menubar monitor
A menubar app keeps the signals visible all the time in a strip of pixels at the top of the screen. You glance up, see what’s normal, look down. No tabs, no commands, no toggling.
The signals worth glancing at
A reasonable menubar layout:
- CPU as a percentage or graph
- Memory pressure (green/yellow/red or a percentage)
- Temperature or fan RPM
- Optionally: disk I/O and network throughput
That’s enough to spot 90% of problems before they bite.
Beacon as the menubar option
Beacon is a $14.99 lifetime Mac menubar monitor that shows CPU, memory, network, thermals/fans, disk, battery, and GPU sensors. You configure which to show in the menubar and which to keep in the dropdown. It’s intentionally lightweight — no kernel extension, no constant polling at 1Hz, no telemetry. Download Beacon if a menubar monitor is the right shape for what you want.
When to actually look
The whole point of continuous visibility is that you don’t have to remember to look. The right moments are:
- When something feels slow
- When the fans wake up
- When battery drops faster than expected
- During or just after a workload (build, encode, big sync) to know if you peaked
You’ll find yourself glancing more often the first week, then less as you internalise what “normal” looks like for your Mac. That baseline is the real value — it’s how you spot abnormal before it ruins your afternoon.
More Beacon tips
-
Better alternatives to Activity Monitor on Mac
Activity Monitor is fine for a one-off check, but it's a window you have to keep finding. Here are faster, ambient ways to see what your Mac is doing.
-
Is your Apple Silicon Mac thermal-throttling?
Apple Silicon throttles less than Intel, but it still throttles. Here's how to tell — and what it costs you when it happens.
-
Comparing Mac system monitors (iStat, MenuMeters, Beacon, etc.)
An honest look at the main menubar system monitors for macOS in 2026 — what each does well, what's frustrating, and how to pick.
-
See CPU usage in your Mac menubar
How to keep an always-visible CPU readout in your menu bar, without leaving Activity Monitor open in the corner of every Space.