Detailed monitoring of disk I/O usage by processes, displaying current I/O usage with process details and performance metrics.
Iotop is an open source command line utility found in Linux operating systems that provides detailed monitoring of disk I/O usage by processes running on the system. It displays information in a table showing process IDs (PIDS), process names, the type of I/O (read or write), the amount of data processed, and more.
Some key features of Iotop include:
Iotop is useful for identifying processes on a Linux system that are performing a lot of disk I/O operations. This can help troubleshoot performance issues and sluggish systems by pinpointing heavy disk activity. Some common use cases include:
Overall, Iotop provides low-level insight into disk I/O similar to top's CPU usage view, giving Linux administrators and developers a tool to recognize and analyze disk I/O bottlenecks on servers and desktops.
Here are some alternatives to Iotop:
Suggest an alternative ❐