> >> 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.
also check out the source for "dstat". It is written in python and
displays top-like information and more. It
On Feb 27, 6:08 pm, ntwrkd 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.
>
> I'm not sure what I should take into account or how I might go about
> implementing
In article ,
Tim Chase 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 (i
On Feb 28, 8:08 am, ntwrkd 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.
>
> I'm not sure what I should take into account or how I might go about
> implementing
Thanks. These are all great suggestions.
On Fri, Feb 27, 2009 at 2:35 PM, Tim Chase
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
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
On Feb 27, 4:08 pm, ntwrkd 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.
>
> I'm not sure what I should take into account or how I might go about
> implementing
ntwrkd writes:
> I'm not sure what I should take into account or how I might go about
> implementing this?
Maybe the curses module. http://docs.python.org/library/curses.html
--
http://mail.python.org/mailman/listinfo/python-list
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.
I'm not sure what I should take into account or how I might go about
implementing this?
Any suggestions are appreciated.
--
htt