cpu usage

Robin Laing Robin.Laing at drdc-rddc.gc.ca
Fri Jul 21 15:00:30 UTC 2006


bruce wrote:
> hi..
> 
> i have a test python script running...
> 
> can someone tell me how i can see the resource usage..
> 
> i did a "top" but i don't see the app..
> 
> i started the app --> ./test.py
> 
> thanks
> 
> -bruce
> 

One option.

    man ps

I have used this
    ps auxw |grep {program}
      or
    ps auxw |less


If you don't see it in top, it isn't using much processor power.

You can change the way top displays sorts the items on the display.

    man top


-- 
Robin Laing
Instrumentation Technologist   Voice: 1.403.544.4762
Military Engineering Section   FAX:   1.403.544.4704
Defence R&D Canada - Suffield  Email: Robin.Laing at DRDC-RDDC.gc.ca
PO Box 4000, Station Main      WWW:http://www.suffield.drdc-rddc.gc.ca
Medicine Hat, AB, T1A 8K6
Canada




More information about the fedora-list mailing list