In article <[email protected]>, Tim Chase <[email protected]> wrote: >> I am interested in writing an application that functions like a Unix >> or Linux top in the way it displays data. >> It should be command-line based but dynamically refreshing. > >You might look at the sourcecode for "iotop"[1] which would make >a good example (it's a "top"-like program written in Python, used >for monitoring I/O transactions on a per-process basis)
For all my disagreements with Richard Stallman, this simple post illustrates why his philosophy is in some degree essential. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "All problems in computer science can be solved by another level of indirection." --Butler Lampson -- http://mail.python.org/mailman/listinfo/python-list
