Useful macOS defaults: Activity Monitor

com.apple.ActivityMonitor controls how Activity Monitor displays system information.

After changing these, quit and reopen Activity Monitor.

Show all processes

By default, Activity Monitor shows only your own processes. To show every process on the system:

defaults write com.apple.ActivityMonitor ShowCategory -int 100

Values:

Set the Dock icon to show CPU usage

The Activity Monitor Dock icon can show a live graph. Set what it displays:

defaults write com.apple.ActivityMonitor IconType -int 5

Values:

The CPU history option is popular. It turns the Dock icon into a small live CPU graph showing each core.

Set the update frequency

How often Activity Monitor refreshes its data:

defaults write com.apple.ActivityMonitor UpdatePeriod -int 1

Values:

More frequent updates use slightly more CPU.

Open a specific tab by default

Set which tab Activity Monitor shows when it opens:

defaults write com.apple.ActivityMonitor SelectedTab -int 0

Values:

Read all current Activity Monitor settings

defaults read com.apple.ActivityMonitor

Enjoyed this post?

Well, you could share the post with others, follow me with RSS Feeds and/or send me a comment via email.


Tags

Category:

Year: