Alternatives to iotop-c

A top-like Linux terminal tool that shows disk read and write activity for each process. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as iotop-c.

  • atop

    A full-screen Linux performance monitor that reports and logs system and per-process resource usage.

    atop is a full-screen Linux monitor covering all resources per process, including finished processes, with daily logging for long-term analysis beyond disk I/O.

  • Zenith

    A terminal system monitor like top or htop, with zoomable charts for CPU, memory, network and disk.

    Zenith is an MIT-licensed Rust terminal monitor with per-process disk usage in a filterable table plus zoomable CPU, memory and network charts.

  • sysstat

    Collection of Linux command-line performance tools including sar, iostat, mpstat and pidstat.

    sysstat is GPL-2.0 and provides pidstat and sar for per-process and historical disk statistics as text output, rather than a live top-style screen.

Similar software

Related functionality, not a direct replacement.