Closed
Description
From g.rodola on September 30, 2011 01:02:57
Now that we have disk IO bindings (psutil.Process.get_io_counters() and
psutil.disk_io_counters()) I'd like to provide a clone of iotop:
http://guichaz.free.fr/iotop/ ...based on curses module, and therefore working
on UNIX systems only.
Differently from original iotop, this would have the advantage of working also
on OSX and FreeBSD other than just Linux.
I checked in an initial draft as r1139 .
Original issue: http://code.google.com/p/psutil/issues/detail?id=213