Re: top-like behavior

2009-11-30 Thread Jonathan Haddad
Awesome. Thank you! Jon On Mon, Nov 30, 2009 at 4:57 PM, Tim Chase wrote: >> Is there a specific library used for displaying up to date consoles in >> the same way top behaves? > > From the last time a similar question was asked[1]: > > You might look at the sourcecode for "iotop"[2] which would

Re: top-like behavior

2009-11-30 Thread Tim Chase
Is there a specific library used for displaying up to date consoles in the same way top behaves? From the last time a similar question was asked[1]: You might look at the sourcecode for "iotop"[2] which would make a good example (it's a "top"-like program written in Python, used for monitorin

Re: top-like behavior

2009-11-30 Thread John Bokma
Jonathan Haddad wrote: > Is there a specific library used for displaying up to date consoles in > the same way top behaves? No experience but I am quite sure that curses behaves like that. http://www.amk.ca/python/howto/curses/ via http://www.google.com/search?q=python%20curses John -- http:

top-like behavior

2009-11-30 Thread Jonathan Haddad
Is there a specific library used for displaying up to date consoles in the same way top behaves? Thanks in advance, Jon -- http://mail.python.org/mailman/listinfo/python-list