Compare atop and iotop

atop is a full-screen performance monitor for viewing system load. It shows the most critical hardware resources such as CPU, memory, disk and network. By default, it refreshes every 10 seconds.

Iotop is like top but for monitoring disk I/O by processes. It lists running processes alongwith the disk bandwidth (read/write bytes per second) they are using in real-time. It is written in Python and requires Python >= 2.7 to run.

Let's see how atop and iotop compare on various factors and features.

atop

iotop

Overall

Type

Type
Interactive system-monitor, process-viewer and process-manager
Type
Disk I/O and bandwidth monitor

Author

Operating System

Operating System
Linux distributions, macOS
Operating System
Linux distributions, macOS

Installation

Installation
Doesn't come preinstalled on most Linux distros. Manual installation is needed
Installation
Doesn't come preinstalled. Manual installation is needed

Release Date

Release Date
2001
Release Date
2010

License

License
GNU General Public License (GPL-2.0)
License
GNU General Public License (GPL-2.0)
Features

Screenshot

Screenshot
atop showing disk utilization
atop showing disk utilization
Screenshot
iotop output
Output of iotop

User Interface

User Interface
4 Stars
Text based monochrome interface with the exception of highlighting critical resources in colors. Columns are shown based on the size of the window. Columns are dynamically added or removed as you enlarge or shrink the window.
User Interface
2.5 Stars
Basic ASCII monochrome screen which refreshes automatically.

Scrolling Support

Scrolling Support
N/A
Scrolling Support
No

Mouse Support

Mouse Support
No
Mouse Support
No

Process utilization

Process utilization
Yes, shows all processes and threads.
Process utilization
No

Network Utilization

Network Utilization
Yes
Network Utilization
No

Disk Utilization

Disk Utilization
Yes
Disk Utilization
Yes

Comments

Comments
It is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity which can be collected and analyzed later.
Comments
Useful for monitoring disk I/O activity by process or threads. Use the -o flag to only display processes which are performing I/O. atop also displays disk usage.

Did we miss anything? Do you agree with the comparison? Please share your opinion or feedback below to help others. Thanks.

Similar Comparisons

Speak Your Mind