Re: cpu usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
PO Box 4000, Station Main      WWW:http://www.suffield.drdc-rddc.gc.ca
Medicine Hat, AB, T1A 8K6
Canada


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux