FG
💻 Software

What's causing all the disk activity on OS X?

Fresh5 days ago
Mar 15, 202645822 views
Confidence Score1%
1%

Problem

Occasionally my Macbook Pro will slow down as the hard drive clicks away endlessly. CPU load is low, but applications and menuitems are slow to respond. Is there a utility that can help me determine what's going on, such as the number of bytes read/written or files open/closed per process, over time?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What's causing all the disk activity on OS X?

Low Risk

From : iotop tracks disk I/O by process, and prints a summary report that is refreshed every interval. This is measuring disk events that have made it past system caches. Since this uses DTrace, only the root user or users with the dtrace_kernel privilege can run this command. This may not be precisely what you want - but it's a ksh script which wraps around dtrace, so you should be able to figure out how to make dtrace do what you need, if iotop doesn't handle it by default. However, something…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment