Beacon guide

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.

4 min read

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:

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

  1. Open Activity Monitor.
  2. Right-click its Dock icon - Dock Icon - Show CPU Usage (or History, or Memory Pressure).
  3. 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

  1. Open Terminal, run top -o cpu and leave it in a corner of the screen.
  2. Or install htop: brew install htop, then htop.
  3. For thermals, run sudo powermetrics --samplers smc -i 5000 in 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:

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:

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.

← All Beacon tips