Sunday, October 18, 2015
Improving top output in OS X / macOS
The OS X "top" command default output is somewhat hard to decipher (and modify interactively) compared to Linux. A simple workaround is to launch it with:
top -o cpu
(or another field) which sorts on cpu activity rather than the PID (default).
htop is also available via MacPorts.
Posted at 10:17 PM |Comments (0)
Post a comment