nikademus79 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Add iotop clone in examples directory #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by g.rodola on 29 Sep 2011 at 11:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 21 Oct 2011 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 21 Oct 2011 at 11:45

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 22 Oct 2011 at 11:25

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 29 Oct 2011 at 3:44

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Updated csets after the SVN -> Mercurial migration:
r1139 == revision 35834f3475c6

Original comment by g.rodola on 2 Mar 2013 at 12:04